Completed
Push — master ( e53887...4fea40 )
by Alexander
02:15
created
src/Collection/Collection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     {
47 47
         $this->name = $name;
48 48
         $this->path = $path;
49
-        $this->metaData = new MetaData($path . '/' . $name . 'meta.edb');
49
+        $this->metaData = new MetaData($path.'/'.$name.'meta.edb');
50 50
     }
51 51
 
52 52
 
@@ -139,6 +139,6 @@  discard block
 block discarded – undo
139 139
 
140 140
     private function getCollectionFilePath()
141 141
     {
142
-        return $this->path . '/' . $this->name . '.edb';
142
+        return $this->path.'/'.$this->name.'.edb';
143 143
     }
144 144
 }
Please login to merge, or discard this patch.