We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -137,9 +137,9 @@ |
||
137 | 137 | switch ($type) { |
138 | 138 | case 'newspaper': |
139 | 139 | case 'ephemera': |
140 | - $this->forward('years', NULL, NULL, $requestData); |
|
140 | + $this->forward('years', null, null, $requestData); |
|
141 | 141 | case 'year': |
142 | - $this->forward('calendar', NULL, NULL, $requestData); |
|
142 | + $this->forward('calendar', null, null, $requestData); |
|
143 | 143 | case 'issue': |
144 | 144 | default: |
145 | 145 | break; |