|
@@ -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.