We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -461,7 +461,7 @@ discard block |
||
| 461 | 461 | $cPid = max($cPid, 0); |
| 462 | 462 | if ($cPid == 0 && ($this->cPid || $this->pid)) { |
| 463 | 463 | // Retain current PID. |
| 464 | - $cPid = $this->cPid ?: $this->pid; |
|
| 464 | + $cPid = $this->cPid ? : $this->pid; |
|
| 465 | 465 | } |
| 466 | 466 | return $cPid; |
| 467 | 467 | } |
@@ -881,7 +881,7 @@ discard block |
||
| 881 | 881 | |
| 882 | 882 | return array_filter( |
| 883 | 883 | $allMdIds, |
| 884 | - function ($element) { |
|
| 884 | + function($element) { |
|
| 885 | 885 | return !empty($element); |
| 886 | 886 | } |
| 887 | 887 | ); |
@@ -1273,7 +1273,7 @@ discard block |
||
| 1273 | 1273 | || $forceReload |
| 1274 | 1274 | ) { |
| 1275 | 1275 | // Retain current PID. |
| 1276 | - $cPid = $this->cPid ?: $this->pid; |
|
| 1276 | + $cPid = $this->cPid ? : $this->pid; |
|
| 1277 | 1277 | if (!$cPid) { |
| 1278 | 1278 | $this->logger->error('Invalid PID ' . $cPid . ' for structure definitions'); |
| 1279 | 1279 | $this->thumbnailLoaded = true; |