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 — php70 ( e15417...9941dc )
by Joni
03:18
created
lib/ASN1/Feature/Stringable.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -8,17 +8,17 @@
 block discarded – undo
8 8
  */
9 9
 interface Stringable
10 10
 {
11
-    /**
12
-     * Get the string representation of the type.
13
-     *
14
-     * @return string
15
-     */
16
-    public function string(): string;
11
+	/**
12
+	 * Get the string representation of the type.
13
+	 *
14
+	 * @return string
15
+	 */
16
+	public function string(): string;
17 17
     
18
-    /**
19
-     *
20
-     * @inheritdoc
21
-     * @return string
22
-     */
23
-    public function __toString(): string;
18
+	/**
19
+	 *
20
+	 * @inheritdoc
21
+	 * @return string
22
+	 */
23
+	public function __toString(): string;
24 24
 }
Please login to merge, or discard this patch.