@@ -113,7 +113,7 @@ |
||
| 113 | 113 | * @param integer $offset The offset to retrieve. |
| 114 | 114 | * @return mixed Can return all value types. |
| 115 | 115 | */ |
| 116 | - public function offsetGet($offset) { |
|
| 116 | + public function offsetGet($offset) { |
|
| 117 | 117 | return $this->meta[$this->name][$offset]; |
| 118 | 118 | } |
| 119 | 119 | |