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 — master ( 9c8be8...090e97 )
by Michael
49s
created
src/Rule/CleanCode/DataStructureMethods.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         foreach ($methods as $method) {
134 134
             if ('set' === substr($method->getImage(), 0, 3)) {
135 135
                 $child = $method->getFirstChildOfType('Variable');
136
-                if($child && '$this' === $child->getImage()) {
136
+                if ($child && '$this' === $child->getImage()) {
137 137
                     $count++;
138 138
                 }
139 139
             }
Please login to merge, or discard this patch.