We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | private static $hasMutate = false; |
17 | 17 | |
18 | - public static function hasMutate($reset = false) |
|
18 | + public static function hasMutate($reset = false) |
|
19 | 19 | { |
20 | 20 | $hasMutate = self::$hasMutate; |
21 | 21 |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | public function solveTypeCallback($values) |
20 | 20 | { |
21 | - return function () use ($values) { |
|
21 | + return function() use ($values) { |
|
22 | 22 | return $this->solveType($values); |
23 | 23 | }; |
24 | 24 | } |
@@ -49,6 +49,6 @@ discard block |
||
49 | 49 | |
50 | 50 | public function solveInterfaces(array $rawInterfaces) |
51 | 51 | { |
52 | - return function () use ($rawInterfaces) { return $this->solveTypes($rawInterfaces, self::INTERFACE_CLASS); }; |
|
52 | + return function() use ($rawInterfaces) { return $this->solveTypes($rawInterfaces, self::INTERFACE_CLASS); }; |
|
53 | 53 | } |
54 | 54 | } |