@@ -7,6 +7,7 @@ discard block |
||
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * @inheritdoc |
| 10 | + * @param string $offset |
|
| 10 | 11 | */ |
| 11 | 12 | public function offsetExists($offset) |
| 12 | 13 | { |
@@ -15,6 +16,7 @@ discard block |
||
| 15 | 16 | |
| 16 | 17 | /** |
| 17 | 18 | * @inheritdoc |
| 19 | + * @param string $offset |
|
| 18 | 20 | */ |
| 19 | 21 | public function offsetGet($offset) |
| 20 | 22 | { |
@@ -23,6 +25,7 @@ discard block |
||
| 23 | 25 | |
| 24 | 26 | /** |
| 25 | 27 | * @inheritdoc |
| 28 | + * @param string $offset |
|
| 26 | 29 | */ |
| 27 | 30 | public function offsetSet($offset, $value) |
| 28 | 31 | { |