- Timestamp:
- 08/10/2021 01:03:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
r46586 r51591 71 71 * @return void 72 72 */ 73 #[ReturnTypeWillChange] 73 74 public function offsetSet($offset, $value) 74 75 { … … 94 95 * @psalm-suppress MixedArrayOffset 95 96 */ 97 #[ReturnTypeWillChange] 96 98 public function offsetExists($offset) 97 99 { … … 106 108 * @psalm-suppress MixedArrayOffset 107 109 */ 110 #[ReturnTypeWillChange] 108 111 public function offsetUnset($offset) 109 112 { … … 118 121 * @psalm-suppress MixedArrayOffset 119 122 */ 123 #[ReturnTypeWillChange] 120 124 public function offsetGet($offset) 121 125 {
Note: See TracChangeset
for help on using the changeset viewer.