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 — master ( 4139c2...fe7c02 )
by Mauro
02:08
created
Manager/AwsUploadPolicy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 
51 51
     private function generatePolicy()
52 52
     {
53
-        $jsonPolicy =  json_encode(
53
+        $jsonPolicy = json_encode(
54 54
             array(
55 55
                 'expiration' => date('Y-m-d\TG:i:s\Z', strtotime($this->expireAt)),
56 56
                 'conditions' => array(
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
                         '',
67 67
                     ),
68 68
                     array(
69
-                        'success_action_status' => (string)$this->successStatus,
69
+                        'success_action_status' => (string) $this->successStatus,
70 70
                     ),
71 71
                 ),
72 72
             )
Please login to merge, or discard this patch.