@@ -123,7 +123,7 @@ |
||
123 | 123 | if (false === is_int($offset)) { |
124 | 124 | throw new InvalidArgumentException(sprintf( |
125 | 125 | 'Offset must be of type integer, "%s" passed', |
126 | - gettype($offset) |
|
126 | + gettype($offset) |
|
127 | 127 | )); |
128 | 128 | } |
129 | 129 |