- Timestamp:
- 05/17/2019 05:19:21 PM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php
r44953 r45355 84 84 * @internal You should not use this directly from another application 85 85 * 86 * @param mixed$offset86 * @param int $offset 87 87 * @return bool 88 * @psalm-suppress MixedArrayOffset89 88 */ 90 89 public function offsetExists($offset) … … 96 95 * @internal You should not use this directly from another application 97 96 * 98 * @param mixed$offset97 * @param int $offset 99 98 * @return void 100 99 * @psalm-suppress MixedArrayOffset … … 108 107 * @internal You should not use this directly from another application 109 108 * 110 * @param mixed$offset109 * @param int $offset 111 110 * @return mixed|null 112 111 * @psalm-suppress MixedArrayOffset
Note: See TracChangeset
for help on using the changeset viewer.