@@ -89,7 +89,7 @@ |
||
89 | 89 | Hacks::addCallbackMethodToInstance( |
90 | 90 | $owner, |
91 | 91 | 'get'.$this->contentField(), |
92 | - function () use ($owner) { |
|
92 | + function() use ($owner) { |
|
93 | 93 | return $owner->getContentField(); |
94 | 94 | } |
95 | 95 | ); |