@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * Transforms a single argument value. |
| 13 | - |
|
| 14 | 13 | */ |
| 15 | 14 | class PlaceholdersTransformer implements ArgumentTransformer |
| 16 | 15 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Symfony\Component\Yaml\Yaml; |
| 5 | 5 | use Ciandt\Behat\PlaceholdersExtension\Utils\PlaceholderUtils; |
| 6 | -use Ciandt\Behat\PlaceholdersExtension\PlaceholderContainer\PlaceholderContainer; |
|
| 7 | 6 | use Ciandt\Behat\PlaceholdersExtension\Exception\MissingSectionException; |
| 8 | 7 | use Ciandt\Behat\PlaceholdersExtension\Exception\UndefinedPlaceholderException; |
| 9 | 8 | use Exception; |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | |
| 72 | 72 | private function getFilePath($key) |
| 73 | 73 | { |
| 74 | - if (key_exists($key, $this->configs)) { |
|
| 74 | + if (key_exists($key, $this->configs)) { |
|
| 75 | 75 | return $this->configs[$key]['path']; |
| 76 | 76 | } |
| 77 | 77 | return null; |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * |
| 16 | 16 | */ |
| 17 | - class RuntimePlaceholdersTransformation extends RuntimeCallee implements PlaceholdersTransformation { |
|
| 17 | + class RuntimePlaceholdersTransformation extends RuntimeCallee implements PlaceholdersTransformation { |
|
| 18 | 18 | |
| 19 | 19 | public function __toString() { |
| 20 | 20 | return 'UserDefinedPlaceholderTransform'; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Ciandt\Behat\PlaceholdersExtension\Transformation; |
| 5 | 5 | |
| 6 | -use Behat\Behat\Definition\Call\DefinitionCall; |
|
| 7 | 6 | use Behat\Gherkin\Node\PyStringNode; |
| 8 | 7 | use Behat\Gherkin\Node\TableNode; |
| 9 | 8 | use Behat\Testwork\Call\RuntimeCallee; |