@@ -83,7 +83,7 @@ |
||
83 | 83 | return $this->data[$name]; |
84 | 84 | } |
85 | 85 | |
86 | - throw new \InvalidArgumentException('Invalid property: ' . $name); |
|
86 | + throw new \InvalidArgumentException('Invalid property: '.$name); |
|
87 | 87 | } |
88 | 88 | |
89 | 89 | /** |