We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | private function cleanResolveSingleInput($resolveSingleInput) |
| 51 | 51 | { |
| 52 | - if (is_string($resolveSingleInput) && 0 === strpos($resolveSingleInput, '@=')) { |
|
| 52 | + if (is_string($resolveSingleInput) && 0 === strpos($resolveSingleInput, '@=')) { |
|
| 53 | 53 | $cleanResolveSingleInput = substr($resolveSingleInput, 2); |
| 54 | 54 | } else { |
| 55 | 55 | $cleanResolveSingleInput = json_encode($resolveSingleInput); |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | private function cleanMutateAndGetPayload($mutateAndGetPayload) |
| 40 | 40 | { |
| 41 | - if (is_string($mutateAndGetPayload) && 0 === strpos($mutateAndGetPayload, '@=')) { |
|
| 41 | + if (is_string($mutateAndGetPayload) && 0 === strpos($mutateAndGetPayload, '@=')) { |
|
| 42 | 42 | $cleanMutateAndGetPayload = substr($mutateAndGetPayload, 2); |
| 43 | 43 | } else { |
| 44 | 44 | $cleanMutateAndGetPayload = json_encode($mutateAndGetPayload); |