We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | //it looks that for not loaded from database it is always 0, so needs to be set up on load |
| 145 | - if($doc->cPid == 0) { |
|
| 145 | + if ($doc->cPid == 0) { |
|
| 146 | 146 | $doc->cPid = max(intval($this->settings['storagePid']), 0); |
| 147 | 147 | } |
| 148 | 148 | |