We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -233,7 +233,7 @@ |
||
| 233 | 233 | if (!$cache) { |
| 234 | 234 | $conf['no_cache'] = true; |
| 235 | 235 | } |
| 236 | - $conf['parameter'] = $altPageId ?: ($this->pi_tmpPageId ?: 'current'); |
|
| 236 | + $conf['parameter'] = $altPageId ? : ($this->pi_tmpPageId ? : 'current'); |
|
| 237 | 237 | $conf['additionalParams'] = $this->conf['parent.']['addParams'] . HttpUtility::buildQueryString($urlParameters, '&', true) . $this->pi_moreParams; |
| 238 | 238 | // Add additional configuration for absolute URLs. |
| 239 | 239 | $conf['forceAbsoluteUrl'] = !empty($this->conf['forceAbsoluteUrl']) ? 1 : 0; |