@@ -62,7 +62,7 @@ |
||
62 | 62 | |
63 | 63 | public function getFilePath($key) |
64 | 64 | { |
65 | - if (key_exists($key, $this->configs)) { |
|
65 | + if (key_exists($key, $this->configs)) { |
|
66 | 66 | return $this->configs[$key]['path']; |
67 | 67 | } |
68 | 68 | return null; |
@@ -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 | { |