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 ( 5d35a5...04d873 )
by Bruno
03:45
created
src/Ciandt/Behat/PlaceholdersExtension/Config/PlaceholdersRepository.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
         $replacement = $this->recursivePlaceholderSearch($keys, $placeholders, $treePosition);
95 95
         
96
-        if ($replacement){
96
+        if ($replacement) {
97 97
             return $replacement;
98 98
         } else {
99 99
             throw new UndefinedPlaceholderException("No placeholder is defined on $treePosition>$key for variant $variant");
@@ -122,9 +122,9 @@  discard block
 block discarded – undo
122 122
         return false;
123 123
     }
124 124
     
125
-    private function getSectionPlaceholders($configKey, $section){
125
+    private function getSectionPlaceholders($configKey, $section) {
126 126
         $config = $this->getConfig($configKey);
127
-        if (!key_exists($section, $config)){
127
+        if (!key_exists($section, $config)) {
128 128
             throw new MissingSectionException(
129 129
                     $configKey,
130 130
                     $this->getFilePath($configKey),
Please login to merge, or discard this patch.