@@ -27,7 +27,7 @@ |
||
| 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); |