@@ -10,7 +10,7 @@ |
||
| 10 | 10 | { |
| 11 | 11 | parent::__construct |
| 12 | 12 | ( |
| 13 | - 'Tried to read unreadable property ' |
|
| 13 | + 'Tried to read unreadable property ' |
|
| 14 | 14 | . $class . '::$' . $property, |
| 15 | 15 | 0, |
| 16 | 16 | $previous |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | { |
| 11 | 11 | parent::__construct |
| 12 | 12 | ( |
| 13 | - 'Tried to write to unwritable property ' |
|
| 13 | + 'Tried to write to unwritable property ' |
|
| 14 | 14 | . $class . '::$' . $property, |
| 15 | 15 | 0, |
| 16 | 16 | $previous |