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 ( fb9f08...545a0a )
by Андрей
06:33
created
src/Util/DefaultVariableResolver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
                 $pattern[] = $variable;
60 60
 
61 61
                 $variableValue = $this->getVariableFromMaps($variableName, $transientVars, $ps);
62
-                $replacement[] = (string)$variableValue;
62
+                $replacement[] = (string) $variableValue;
63 63
             }
64 64
 
65 65
             $resultVariable = str_replace($pattern, $replacement, $s);
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
             return null;
119 119
         }
120 120
 
121
-        $property = (string)$property;
121
+        $property = (string) $property;
122 122
 
123 123
         $st = explode('.', $property);
124 124
 
Please login to merge, or discard this patch.