Completed
Pull Request — master (#6)
by Lucas
02:21
created
src/Mpociot/ApiDoc/ApiDocGenerator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
 
110 110
     /**
111 111
      * @param $arr
112
-     * @param $first
113
-     * @param $last
112
+     * @param string $first
113
+     * @param string $last
114 114
      * @return string
115 115
      */
116 116
     protected function fancyImplode($arr, $first, $last)
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
      *
336 336
      * @param  string $rule
337 337
      * @param  string $parameter
338
-     * @return array
338
+     * @return string
339 339
      */
340 340
     protected function parseParameters($rule, $parameter)
341 341
     {
Please login to merge, or discard this patch.
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Execute the console command.
50 50
      *
51
-     * @return mixed
51
+     * @return false|null
52 52
      */
53 53
     public function handle()
54 54
     {
Please login to merge, or discard this patch.
src/Mpociot/ApiDoc/Commands/UpdateDocumentation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Execute the console command.
50 50
      *
51
-     * @return mixed
51
+     * @return false|null
52 52
      */
53 53
     public function handle()
54 54
     {
Please login to merge, or discard this patch.