@@ -989,7 +989,7 @@ |
||
989 | 989 | public function offsetGet($offset) |
990 | 990 | { |
991 | 991 | // init |
992 | - $offset = (int)$offset; |
|
992 | + $offset = (int) $offset; |
|
993 | 993 | $length = $this->length(); |
994 | 994 | |
995 | 995 | if ( |