- Timestamp:
- 05/17/2019 05:19:21 PM (20 months ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
r44953 r45355 90 90 * @internal You should not use this directly from another application 91 91 * 92 * @param mixed$offset92 * @param int $offset 93 93 * @return bool 94 94 * @psalm-suppress MixedArrayOffset … … 102 102 * @internal You should not use this directly from another application 103 103 * 104 * @param mixed$offset104 * @param int $offset 105 105 * @return void 106 106 * @psalm-suppress MixedArrayOffset … … 114 114 * @internal You should not use this directly from another application 115 115 * 116 * @param mixed$offset116 * @param int $offset 117 117 * @return mixed|null 118 118 * @psalm-suppress MixedArrayOffset
Note: See TracChangeset
for help on using the changeset viewer.