- Timestamp:
- 05/17/2019 05:19:21 PM (5 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/BLAKE2b.php
r44953 r45355 257 257 return; 258 258 } 259 /** @psalm-suppress MixedOperand */ 259 260 $u[$uIdx] >>= 8; 260 261 } … … 643 644 * @internal You should not use this directly from another application 644 645 * 645 * @param SplFixedArray [SplFixedArray]$ctx646 * @param SplFixedArray $ctx 646 647 * @return string 647 648 * @throws TypeError
Note: See TracChangeset
for help on using the changeset viewer.