We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -462,7 +462,7 @@ discard block |
||
| 462 | 462 | $cPid = max($cPid, 0); |
| 463 | 463 | if ($cPid == 0 && ($this->cPid || $this->pid)) { |
| 464 | 464 | // Retain current PID. |
| 465 | - $cPid = $this->cPid ?: $this->pid; |
|
| 465 | + $cPid = $this->cPid ? : $this->pid; |
|
| 466 | 466 | } |
| 467 | 467 | return $cPid; |
| 468 | 468 | } |
@@ -882,7 +882,7 @@ discard block |
||
| 882 | 882 | |
| 883 | 883 | return array_filter( |
| 884 | 884 | $allMdIds, |
| 885 | - function ($element) { |
|
| 885 | + function($element) { |
|
| 886 | 886 | return !empty($element); |
| 887 | 887 | } |
| 888 | 888 | ); |