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 ( 721d75...27e207 )
by Ronald
03:05
created
src/Event/AbstractEvent.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -455,6 +455,7 @@  discard block
 block discarded – undo
455 455
   /**
456 456
    * Transforms the event in a breakdown of days, hours and minutes with associated states.
457 457
    *
458
+   * @param EventItemizer $itemizer
458 459
    * @return array
459 460
    */
460 461
   public function itemize($itemizer) {
@@ -465,7 +466,7 @@  discard block
 block discarded – undo
465 466
   /**
466 467
    * Saves an event using the Store object
467 468
    *
468
-   * @param \Roomify\Bat\\Store\Store $store
469
+   * @param Store $store
469 470
    * @param string $granularity
470 471
    *
471 472
    * @return boolean
Please login to merge, or discard this patch.