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 ( 5ed6c6...37f79a )
by Ronald
03:07
created
src/Calendar/Calendar.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@
 block discarded – undo
15 15
  */
16 16
 class Calendar extends AbstractCalendar {
17 17
 
18
-	/**
19
-	 * @param $units
20
-	 * @param $store
21
-	 * @param $default_value
22
-	 */
18
+  /**
19
+   * @param $units
20
+   * @param $store
21
+   * @param $default_value
22
+   */
23 23
   public function __construct($units, $store, $default_value = 0) {
24 24
     $this->units = $units;
25 25
     $this->store = $store;
Please login to merge, or discard this patch.
src/Event/EventItemizer.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
  * [BAT_DAY][2016][01][d1][-1] - The first day starts at 1210 so the DAY array is not enough
33 33
  * [BAT_DAY][2016][01][d2][10] - The second day is a full day at the same value of 10
34 34
  * [BAT_DAY][2016][01][d3][-1] - The last day is no a full day so the day array in non-determinant
35
-
36 35
  * [BAT_HOUR][2016][01][d1][h12][-1] - The first hour of the event starts at 10 minutes so the hour is non-determinant
37 36
  * [BAT_HOUR][2016][01][d1][h13][10]
38 37
  * [BAT_HOUR][2016][01][d1][h14][10]
Please login to merge, or discard this patch.