Completed
Push — master ( ce9eda...f41b2c )
by Mahmoud
03:36
created
app/Containers/Documentation/Traits/DocsGeneratorTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 {
14 14
 
15 15
     /**
16
-     * @return  mixed
16
+     * @return  string
17 17
      */
18 18
     private function getFullApiUrl($type)
19 19
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
 
114 114
     /**
115
-     * @param $templateKey
115
+     * @param string $templateKey
116 116
      * @param $value
117 117
      */
118 118
     private function replace($templateKey, $value)
Please login to merge, or discard this patch.