@@ -118,14 +118,14 @@ |
||
| 118 | 118 | * |
| 119 | 119 | * @param mixed $offset |
| 120 | 120 | */ |
| 121 | - public function offsetExists($offset){} |
|
| 121 | + public function offsetExists($offset) {} |
|
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | 124 | * \ArrayAccess unused method |
| 125 | 125 | * |
| 126 | 126 | * @param mixed $offset |
| 127 | 127 | */ |
| 128 | - public function offsetUnset($offset){} |
|
| 128 | + public function offsetUnset($offset) {} |
|
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | 131 | * \ArrayAccess - get array value from object |