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
Push — master ( 21b11b...ee56ef )
by Tharindu
03:47
created
app/Api/V1/Transformers/UserTransformer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,14 +12,14 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected $availableIncludes = [];
15
+    protected $availableIncludes = [ ];
16 16
 
17 17
     /**
18 18
      * List of resources to automatically include.
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected $defaultIncludes = [];
22
+    protected $defaultIncludes = [ ];
23 23
 
24 24
     /**
25 25
      * @property string name
Please login to merge, or discard this patch.
app/Notifications/MailResetPasswordToken.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function via()
29 29
     {
30
-        return ['mail'];
30
+        return [ 'mail' ];
31 31
     }
32 32
 
33 33
     /**
Please login to merge, or discard this patch.