We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | { |
| 18 | 18 | public function toMappingDefinition(array $config) |
| 19 | 19 | { |
| 20 | - $defaultLimit = isset($config['defaultLimit']) ? (int)$config['defaultLimit'] : 20; |
|
| 20 | + $defaultLimit = isset($config['defaultLimit']) ? (int) $config['defaultLimit'] : 20; |
|
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | 23 | 'limit' => [ |