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
Pull Request — master (#8)
by Sho
03:44
created
src/Http/Response/Exception/BadResponseException.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
     private $request;
9 9
     private $response;
10 10
 
11
-  /**
12
-   * @param string $message
13
-   * @param int $statusCode
14
-   * @param array $request
15
-   * @param array $response
16
-   */
11
+    /**
12
+     * @param string $message
13
+     * @param int $statusCode
14
+     * @param array $request
15
+     * @param array $response
16
+     */
17 17
     public function __construct($message, $statusCode, $request, $response)
18 18
     {
19 19
         parent::__construct($message);
Please login to merge, or discard this patch.