@@ -55,7 +55,7 @@ |
||
55 | 55 | * |
56 | 56 | * @return null |
57 | 57 | */ |
58 | - public function onBeforeWrite() |
|
58 | + public function onBeforeWrite() |
|
59 | 59 | { |
60 | 60 | parent::onBeforeWrite(); |
61 | 61 |
@@ -18,9 +18,9 @@ |
||
18 | 18 | * |
19 | 19 | * @var array |
20 | 20 | */ |
21 | - protected $extraDataObjects = [ |
|
22 | - 'JSONTextTestPage', |
|
23 | - ]; |
|
21 | + protected $extraDataObjects = [ |
|
22 | + 'JSONTextTestPage', |
|
23 | + ]; |
|
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Is an exception thrown when no POSTed vars are available for |