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 ( 47b669...3b08dc )
by sebastian
01:36
created
src/Facade/Responses/GenericMultiCalDAVResponse.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@  discard block
 block discarded – undo
25 25
 
26 26
     protected function parse()
27 27
     {
28
-        if(isset($this->content['response'])){
28
+        if (isset($this->content['response'])) {
29 29
 
30
-            if(isset($this->content['response']['propstat'])) {
30
+            if (isset($this->content['response']['propstat'])) {
31 31
                 // its a collection with one single element
32 32
                 $single_resource = $this->buildSingleResponse();
33 33
                 $single_resource->setContent(['response' => $this->content['response']]);
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * @return GenericSinglePROPFINDCalDAVResponse[]
50 50
      */
51
-    public function getResponses(){
51
+    public function getResponses() {
52 52
         return $this->responses;
53 53
     }
54 54
 
Please login to merge, or discard this patch.