Completed
Push — master ( f0ac72...8c37f7 )
by Dmitry
02:48
created
src/Schema/Meta.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         $this->manager = $manager;
20 20
 
21
-        if($data) {
21
+        if ($data) {
22 22
             $this->property = $data['property'];
23 23
             $this->indexes = $data['indexes'];
24 24
             $this->types = $data['types'];
Please login to merge, or discard this patch.
src/Schema/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         $this->spaceSpace = $client->getSpace(Space::VSPACE);
21 21
         $this->indexSpace = $client->getSpace(Space::VINDEX);
22 22
 
23
-        if($data) {
23
+        if ($data) {
24 24
             $this->spaceId = $data;
25 25
 
26 26
         } else {
Please login to merge, or discard this patch.