We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -330,7 +330,7 @@ |
||
| 330 | 330 | $config['path'] .= '/'; |
| 331 | 331 | } |
| 332 | 332 | // Set connection timeout lower than PHP's max_execution_time. |
| 333 | - $max_execution_time = intval(ini_get('max_execution_time')) ?: 30; |
|
| 333 | + $max_execution_time = intval(ini_get('max_execution_time')) ? : 30; |
|
| 334 | 334 | $config['timeout'] = MathUtility::forceIntegerInRange($conf['solrTimeout'], 1, $max_execution_time, 10); |
| 335 | 335 | $this->config = $config; |
| 336 | 336 | } |