@@ -134,7 +134,7 @@ |
||
134 | 134 | // fallback to the actual property. |
135 | 135 | if (isset($property)) { |
136 | 136 | throw $e; // Static property exists, |
137 | - // so you cannot create a new field. |
|
137 | + // so you cannot create a new field. |
|
138 | 138 | } else { |
139 | 139 | $this->ins->$name = $value; // Property does not exists |
140 | 140 | // so you can create a new field. |