@@ -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'; |
@@ -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; |