X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCrypto%2FCryptoRegistry.php;h=27f0a9de8f418bde414ebddcbc75d4c9b4c102cd;hb=cb6333b0f7661267b28a53815a1645070a4f75e1;hp=393e234b974881f183c713ff149b279aeb3107b1;hpb=5499bc9651ad4a6c98f3b847f24292be6aa687ec;p=civicrm-core.git diff --git a/Civi/Crypto/CryptoRegistry.php b/Civi/Crypto/CryptoRegistry.php index 393e234b97..27f0a9de8f 100644 --- a/Civi/Crypto/CryptoRegistry.php +++ b/Civi/Crypto/CryptoRegistry.php @@ -193,7 +193,7 @@ class CryptoRegistry { /** * @param CipherSuiteInterface $cipherSuite * The encryption/decryption callback/handler - * @param string[]|NULL $names + * @param string[]|null $names * Symbolic names. Ex: 'aes-cbc' * If NULL, probe $cipherSuite->getNames() */