- Timestamp:
- 12/03/2020 05:39:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
r46858 r49741 103 103 public function offsetGet($index) 104 104 { 105 /** @psalm-suppress MixedReturnStatement */ 105 106 return $this->internalArray[(int) $index]; 106 107 } … … 143 144 public function current() 144 145 { 146 /** @psalm-suppress MixedReturnStatement */ 145 147 return current($this->internalArray); 146 148 }
Note: See TracChangeset
for help on using the changeset viewer.