- 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/Core/ChaCha20/Ctx.php
r46586 r51591 70 70 * @psalm-suppress MixedArrayOffset 71 71 */ 72 #[ReturnTypeWillChange] 72 73 public function offsetSet($offset, $value) 73 74 { … … 87 88 * @return bool 88 89 */ 90 #[ReturnTypeWillChange] 89 91 public function offsetExists($offset) 90 92 { … … 99 101 * @psalm-suppress MixedArrayOffset 100 102 */ 103 #[ReturnTypeWillChange] 101 104 public function offsetUnset($offset) 102 105 { … … 111 114 * @psalm-suppress MixedArrayOffset 112 115 */ 116 #[ReturnTypeWillChange] 113 117 public function offsetGet($offset) 114 118 {
Note: See TracChangeset
for help on using the changeset viewer.