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 ( 6ec345...990a2f )
by
unknown
15:12
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.