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.
Passed
Pull Request — master (#42)
by
unknown
03:35
created
src/Exceptions/CouldNotSendNotification.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@  discard block
 block discarded – undo
10 10
 {
11 11
     /**
12 12
      * @param \Psr\Http\Message\ResponseInterface $response
13
-	 * @param int $code
14
-	 * @param \Exception $exception
13
+     * @param int $code
14
+     * @param \Exception $exception
15 15
      *
16 16
      * @return static
17 17
      */
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * @param array $response
31
-	 * @param int $code
31
+     * @param int $code
32 32
      *
33 33
      * @return static
34 34
      */
Please login to merge, or discard this patch.