Completed
Push — master ( f1ef23...e1420d )
by Samuel
12s
created
src/ArgumentResolver/ArgumentResolver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
      *
42 42
      * It returns an array with the value of arguments in the right order.
43 43
      *
44
-     * @param mixed $callable
44
+     * @param callable $callable
45 45
      * @param array $availableArguments
46 46
      *
47
-     * @return array
47
+     * @return callable|null
48 48
      */
49 49
     public function resolveArguments($callable, array $availableArguments = [])
50 50
     {
Please login to merge, or discard this patch.