Passed
Pull Request — develop (#35)
by Kevin
03:01
created
lib/Config/BuilderFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/Config/BuilderFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.