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 ( 27e207...247f8b )
by Ronald
03:38
created
src/Event/EventItemizer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -265,8 +265,7 @@
 block discarded – undo
265 265
         // Not a real hour - leave as is and move on
266 266
         $counter = 0;
267 267
         $start_minute = 0;
268
-      }
269
-      elseif ($counter == 60 && $start_minute == 0) {
268
+      } elseif ($counter == 60 && $start_minute == 0) {
270 269
         // Did a real whole hour so initialize the hour
271 270
         $itemized[EventItemizer::BAT_HOUR][$minute->format('Y')][$minute->format('n')]['d' . $minute->format('j')]['h' . $minute->format('G')] = $this->event->getValue();
272 271
         // We have a whole hour so get rid of the minute info
Please login to merge, or discard this patch.