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
Pull Request — master (#9)
by
unknown
07:32
created
src/Ciandt/Behat/PlaceholdersExtension/Config/PlaceholdersRepository.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
         $this->environment = $environment;
101 101
     }
102 102
     
103
-    private function getScenarioTags(){
103
+    private function getScenarioTags() {
104 104
         return $this->beforeScenarioSubscriber->getScenarioTags();
105 105
     }
106 106
 
@@ -129,13 +129,13 @@  discard block
 block discarded – undo
129 129
 
130 130
 
131 131
         // Then look in the placeholder files
132
-        if ($replacement === null && $configTag !== false ) {
132
+        if ($replacement === null && $configTag !== false) {
133 133
             $section = PlaceholderUtils::getSectionKey($configTag);
134 134
             $placeholders = $this->getSectionPlaceholders($configKey, $section);
135 135
             $replacement = $this->recursiveReplacementSearch($keys, $placeholders);
136 136
         }
137 137
 
138
-        if ($replacement === null && $configTag !== false){
138
+        if ($replacement === null && $configTag !== false) {
139 139
             $configPath = $this->getFilePath($configKey);
140 140
             $treePosition = "$configPath>$section>placeholders";
141 141
             throw new UndefinedPlaceholderException("No $placeholder replacement was defined on runtime or on $treePosition>$placeholder for variant $variant and environment $environment");
Please login to merge, or discard this patch.