Completed
Branch master (7203d2)
by Rudie
02:23
created
Category
src/BehatVariablesArgumentTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 	public function transformArgument(DefinitionCall $definitionCall, $argumentIndex, $argumentValue) {
40 40
 		$replacements = array();
41 41
 		foreach ($this->matches as $match) {
42
-			$replacements[ $match[0] ] = $this->context->storageGet($match[1]);
42
+			$replacements[$match[0]] = $this->context->storageGet($match[1]);
43 43
 		}
44 44
 
45 45
 		return strtr($argumentValue, $replacements);
Please login to merge, or discard this patch.