Completed
Push — master ( c010de...9db39e )
by Paweł
03:50 queued 01:08
created
src/Command/Param/MethodFinder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param $apiName
63
+     * @param string|null $apiName
64 64
      * @return Api
65 65
      */
66 66
     private function getApi($apiName)
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param $methodArg
93
+     * @param string $methodArg
94 94
      * @param $method
95 95
      */
96 96
     private function checkIsInstanceOfMethod($methodArg, $method)
Please login to merge, or discard this patch.