We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | throw new InvalidArgumentException(sprintf('Cannot parse "%s" configuration string.', self::KEY_MUTATE_GET_PAYLOAD)); |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | - if (! is_array($mutateAndGetPayload)) { |
|
| 57 | + if (!is_array($mutateAndGetPayload)) { |
|
| 58 | 58 | throw new InvalidArgumentException(sprintf('Invalid format for "%s" configuration.', self::KEY_MUTATE_GET_PAYLOAD)); |
| 59 | 59 | } |
| 60 | 60 | } |