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 — 3.0 ( b5f64c...31e07e )
by Vermeulen
02:24
created
src/class/Dates.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         );
154 154
         
155 155
         $dateDepart = clone $this;
156
-         //Yeurk, but I preferer send a Exception, not an error
156
+            //Yeurk, but I preferer send a Exception, not an error
157 157
         @parent::modify($match[1].$match[2].' '.$keyword);
158 158
         
159 159
         if ($dateDepart == $this) {
Please login to merge, or discard this patch.