wp/wp-includes/sodium_compat/lib/sodium_compat.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
   776      * @see ParagonIE_Sodium_Compat::memzero()
   776      * @see ParagonIE_Sodium_Compat::memzero()
   777      * @param string $str
   777      * @param string $str
   778      * @return void
   778      * @return void
   779      * @throws \SodiumException
   779      * @throws \SodiumException
   780      * @throws \TypeError
   780      * @throws \TypeError
       
   781      *
       
   782      * @psalm-suppress MissingParamType
       
   783      * @psalm-suppress MissingReturnType
       
   784      * @psalm-suppress ReferenceConstraintViolation
   781      */
   785      */
   782     function memzero(&$str)
   786     function memzero(&$str)
   783     {
   787     {
   784         ParagonIE_Sodium_Compat::memzero($str);
   788         ParagonIE_Sodium_Compat::memzero($str);
   785     }
   789     }