@@ -114,12 +114,12 @@ |
||
| 114 | 114 | /** |
| 115 | 115 | * @param mixed $offset |
| 116 | 116 | */ |
| 117 | - public function offsetExists($offset){} |
|
| 117 | + public function offsetExists($offset) {} |
|
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | 120 | * @param mixed $offset |
| 121 | 121 | */ |
| 122 | - public function offsetUnset($offset){} |
|
| 122 | + public function offsetUnset($offset) {} |
|
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | 125 | * Gets array value \ArrayAccess. |