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