1 | <?php |
||
7 | trait ImmVectorLikeTrait |
||
8 | { |
||
9 | use ConstVectorLikeTrait, CommonImmMutableContainerTrait; |
||
10 | |||
11 | /** |
||
12 | * identical to at, implemented for ArrayAccess |
||
13 | */ |
||
14 | public function offsetGet($offset) |
||
21 | |||
22 | public function offsetSet($offset, $value) |
||
26 | |||
27 | public function offsetUnset($offset) |
||
31 | } |
||
32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.