@@ -214,7 +214,7 @@ |
||
214 | 214 | // fallback to the actual property. |
215 | 215 | if (isset($property)) { |
216 | 216 | throw $e; // Static property exists, |
217 | - // so you cannot create a new field. |
|
217 | + // so you cannot create a new field. |
|
218 | 218 | } else { |
219 | 219 | $this->ins->$name = $value; // Property does not exists |
220 | 220 | // so you can create a new field. |