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 ( 601628...f440b9 )
by Brent
06:44 queued 02:04
created
src/Types/UnionType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
                 continue;
34 34
             }
35 35
 
36
-            if (! $this->sameType($initialValue, $currentValue, $type)) {
36
+            if (!$this->sameType($initialValue, $currentValue, $type)) {
37 37
                 continue;
38 38
             }
39 39
 
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
     private function getAvailableTypesString(): string
78 78
     {
79
-        return implode(', ', array_map(function (Type $type) {
79
+        return implode(', ', array_map(function(Type $type) {
80 80
             return (string) $type;
81 81
         }, $this->types));
82 82
     }
Please login to merge, or discard this patch.