- Timestamp:
- 08/10/2021 01:03:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php
r46586 r51591 105 105 * @throws TypeError 106 106 */ 107 #[ReturnTypeWillChange] 107 108 public function offsetSet($offset, $value) 108 109 { … … 125 126 * @psalm-suppress MixedArrayOffset 126 127 */ 128 #[ReturnTypeWillChange] 127 129 public function offsetExists($offset) 128 130 { … … 137 139 * @psalm-suppress MixedArrayOffset 138 140 */ 141 #[ReturnTypeWillChange] 139 142 public function offsetUnset($offset) 140 143 { … … 149 152 * @psalm-suppress MixedArrayOffset 150 153 */ 154 #[ReturnTypeWillChange] 151 155 public function offsetGet($offset) 152 156 {
Note: See TracChangeset
for help on using the changeset viewer.