X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCrypto%2FCryptoRegistry.php;h=5c6fd958da83b7142c91d2207af531359607fde0;hb=d2d89761a8b9c1bc0a57e6e857fb50cca0dcefb1;hp=27f0a9de8f418bde414ebddcbc75d4c9b4c102cd;hpb=8f38707f5e16d6652f44da0e78554d205c3e1b3e;p=civicrm-core.git diff --git a/Civi/Crypto/CryptoRegistry.php b/Civi/Crypto/CryptoRegistry.php index 27f0a9de8f..5c6fd958da 100644 --- a/Civi/Crypto/CryptoRegistry.php +++ b/Civi/Crypto/CryptoRegistry.php @@ -61,7 +61,7 @@ class CryptoRegistry { * @throws \CRM_Core_Exception * @throws \Civi\Crypto\Exception\CryptoException */ - public static function createDefaultRegistry() { + public static function createDefaultRegistry(): CryptoRegistry { $registry = new static(); $registry->addCipherSuite(new \Civi\Crypto\PhpseclibCipherSuite());