We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @param Argument|array $args |
|
49 | + * @param Argument $args |
|
50 | 50 | * @param int|callable $total |
51 | 51 | * @param array $callableArgs |
52 | 52 | * |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @param Argument|array $args |
|
74 | + * @param Argument $args |
|
75 | 75 | * |
76 | 76 | * @return Connection |
77 | 77 | */ |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
104 | - * @param Argument|array $args |
|
104 | + * @param Argument $args |
|
105 | 105 | * @param int|callable $total |
106 | 106 | * @param array $callableArgs |
107 | 107 | * |
@@ -16,7 +16,7 @@ |
||
16 | 16 | protected function getResolverSolutionsMapping() |
17 | 17 | { |
18 | 18 | return [ |
19 | - 'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [], 'method' => 'resolve'], |
|
19 | + 'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [], 'method' => 'resolve'], |
|
20 | 20 | ]; |
21 | 21 | } |
22 | 22 |