@@ -33,7 +33,7 @@ |
||
33 | 33 | if (!$bundle) { |
34 | 34 | new \InvalidArgumentException("Bundle `$bundle` does not exists"); |
35 | 35 | } |
36 | - $found = array(); |
|
36 | + $found = array(); |
|
37 | 37 | $dir = $bundle->getPath().'/Resources/views/'; |
38 | 38 | if (!is_dir($dir)) { |
39 | 39 | throw \Exception("'Directory `$dir` does not exists."); |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function __construct(Feature $service) |
19 | 19 | { |
20 | - $this->service = $service; |
|
20 | + $this->service = $service; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |