GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — improvement/invalidFilterCheck ( 0888a8...e58c04 )
by
unknown
14:02 queued 02:47
created
src/Mado/QueryBundle/Repositories/BaseRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
         return $this;
148 148
     }
149 149
 
150
-    private function ensureFilterIsValid($filters )
150
+    private function ensureFilterIsValid($filters)
151 151
     {
152 152
         if (!is_array($filters)) {
153 153
             throw new InvalidFiltersException("Wrong query string exception: " . var_export($filters, true) . "\n Please check query string should be something like this http://127.0.0.1:8000/?filtering[status]=todo");
Please login to merge, or discard this patch.