We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -59,10 +59,10 @@ |
||
| 59 | 59 | switch ($type) { |
| 60 | 60 | case 'newspaper': |
| 61 | 61 | case 'ephemera': |
| 62 | - $this->forward('years', NULL, NULL, $requestData); |
|
| 62 | + $this->forward('years', null, null, $requestData); |
|
| 63 | 63 | break; |
| 64 | 64 | case 'year': |
| 65 | - $this->forward('calendar', NULL, NULL, $requestData); |
|
| 65 | + $this->forward('calendar', null, null, $requestData); |
|
| 66 | 66 | break; |
| 67 | 67 | case 'issue': |
| 68 | 68 | default: |