@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | public function getPersistence() |
| 50 | 50 | { |
| 51 | - $persistence = new RelationalDatabase($this->getAdapter(), $this->contextFile ); |
|
| 51 | + $persistence = new RelationalDatabase($this->getAdapter(), $this->contextFile); |
|
| 52 | 52 | return $persistence; |
| 53 | 53 | } |
| 54 | 54 | |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * @param AbstractContextConfigurationFile $contextConfigurationFile |
| 18 | 18 | */ |
| 19 | 19 | |
| 20 | - public function __construct(\SplFileInfo $baseDirectory, \SimpleXMLElement $config,AbstractContextConfigurationFile $contextConfigurationFile); |
|
| 20 | + public function __construct(\SplFileInfo $baseDirectory, \SimpleXMLElement $config, AbstractContextConfigurationFile $contextConfigurationFile); |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @return Builder |