@@ -58,7 +58,7 @@ |
||
| 58 | 58 | parent::__construct($options); |
| 59 | 59 | // reset initialized flag on update option(s) |
| 60 | 60 | $initialized = &$this->initialized; |
| 61 | - $this->getEventManager()->attach('option', function () use (& $initialized) { |
|
| 61 | + $this->getEventManager()->attach('option', function() use (& $initialized) { |
|
| 62 | 62 | $initialized = false; |
| 63 | 63 | }); |
| 64 | 64 | } |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | } |
| 203 | 203 | $key = constant($const); |
| 204 | 204 | } else { |
| 205 | - $key = (int) $key; |
|
| 205 | + $key = (int)$key; |
|
| 206 | 206 | } |
| 207 | 207 | } |
| 208 | 208 | |