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 ( ac7f79...6a3080 )
by sebastian
01:31
created
src/Facade/Requests/CalendarQueryRequest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,11 +58,11 @@  discard block
 block discarded – undo
58 58
         $filter = [];
59 59
         $props  = [];
60 60
 
61
-        if($this->filter->useGetETags()){
61
+        if ($this->filter->useGetETags()) {
62 62
             $props['{DAV:}getetag'] = '';
63 63
         }
64 64
 
65
-        if($this->filter->useGetCalendarData()){
65
+        if ($this->filter->useGetCalendarData()) {
66 66
             $props['{urn:ietf:params:xml:ns:caldav}calendar-data'] = '';
67 67
         }
68 68
 
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
             ];
90 90
         }
91 91
 
92
-        $nodes =  [
92
+        $nodes = [
93 93
             '{DAV:}prop' => [
94 94
                 $props
95 95
             ],
Please login to merge, or discard this patch.