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
Branch development (f7e59c)
by Dirk
03:17
created
src/Pinterest/Transport/Response.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 use DirkGroenen\Pinterest\Utils\CurlBuilder;
14 14
 use DirkGroenen\Pinterest\Exceptions\PinterestException;
15 15
 
16
- /**
17
-  * @property array $page
18
-  * @property array $data
19
-  * @property string $message
20
-  */
16
+    /**
17
+     * @property array $page
18
+     * @property array $data
19
+     * @property string $message
20
+     */
21 21
 class Response {
22 22
 
23 23
     /**
Please login to merge, or discard this patch.