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 ( fcba03...8b15ce )
by Steeven
03:01
created
src/Element/Nodes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
      */
122 122
     public function item($index)
123 123
     {
124
-        if($this->offsetExists($index)) {
124
+        if ($this->offsetExists($index)) {
125 125
             return $this->offsetGet($index);
126 126
         }
127 127
     }
Please login to merge, or discard this patch.