We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -56,7 +56,7 @@ |
||
56 | 56 | /** |
57 | 57 | * @todo Move it to a trait |
58 | 58 | * |
59 | - * @param mixed $size |
|
59 | + * @param string $size |
|
60 | 60 | * |
61 | 61 | * @return int |
62 | 62 | */ |
@@ -53,6 +53,7 @@ discard block |
||
53 | 53 | * @param Rule $rule |
54 | 54 | * @param array $properties |
55 | 55 | * @param Result ...$children |
56 | + * @param Result[] $children |
|
56 | 57 | */ |
57 | 58 | public function __construct(bool $isValid, $input, Rule $rule, array $properties = [], Result ...$children) |
58 | 59 | { |
@@ -131,7 +132,6 @@ discard block |
||
131 | 132 | /** |
132 | 133 | * Creates a new object with the inverted validation. |
133 | 134 | * |
134 | - * @param array $properties |
|
135 | 135 | * |
136 | 136 | * @return Result |
137 | 137 | */ |