Completed
Push — master ( 4aee02...cfd9ba )
by Milos
08:23
created
src/Ast/AttributePath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function __toString()
28 28
     {
29 29
         if ($this->schema) {
30
-            return $this->schema.' : '.implode('.', $this->attributeNames);
30
+            return $this->schema . ' : ' . implode('.', $this->attributeNames);
31 31
         }
32 32
 
33 33
         return implode('.', $this->attributeNames);
Please login to merge, or discard this patch.