Completed
Push — master ( ce9eda...f41b2c )
by Mahmoud
03:36
created
app/Containers/Documentation/Actions/GenerateDocumentationAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 
18 18
     /**
19
-     * @param $console
19
+     * @param \App\Containers\Documentation\UI\CLI\Commands\GenerateApiDocsCommand $console
20 20
      */
21 21
     public function run($console)
22 22
     {
Please login to merge, or discard this patch.
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.