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.
Completed
Push — master ( 220bb1...864249 )
by Gilles
01:57
created
src/Parser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
             }
100 100
         }
101 101
 
102
-        if(! $matched) {
102
+        if(!$matched) {
103 103
             $this->_invalidPattern($pattern);
104 104
         }
105 105
 
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
     protected function _recurse($value, $patterns)
121 121
     {
122
-        if(! is_array($value) || count($patterns) > count($value)) {
122
+        if(!is_array($value) || count($patterns) > count($value)) {
123 123
             return false;
124 124
         }
125 125
 
Please login to merge, or discard this patch.