@@ -87,7 +87,7 @@ |
||
87 | 87 | { |
88 | 88 | if ($this->offsetExists($offset)) { |
89 | 89 | return parent::offsetGet($offset); |
90 | - } elseif(strpos($offset, 'record') !== false) { |
|
90 | + } elseif (strpos($offset, 'record') !== false) { |
|
91 | 91 | switch ($offset) { |
92 | 92 | case 'record': |
93 | 93 | return $this->record; |