@@ -121,7 +121,7 @@ |
||
| 121 | 121 | */ |
| 122 | 122 | public function item($index) |
| 123 | 123 | { |
| 124 | - if($this->offsetExists($index)) { |
|
| 124 | + if ($this->offsetExists($index)) { |
|
| 125 | 125 | return $this->offsetGet($index); |
| 126 | 126 | } |
| 127 | 127 | } |