From ed327576fc47175ae957957096ea970c3992dd87 Mon Sep 17 00:00:00 2001 From: ping-yee <611077101@mail.nknu.edu.tw> Date: Fri, 16 Jun 2023 00:10:22 +0800 Subject: [PATCH] docs: modify the type. --- system/Encryption/Encryption.php | 2 +- system/Encryption/Handlers/BaseHandler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Encryption/Encryption.php b/system/Encryption/Encryption.php index d0484b0607..fda9906240 100644 --- a/system/Encryption/Encryption.php +++ b/system/Encryption/Encryption.php @@ -149,7 +149,7 @@ class Encryption * * @param string $key Property name * - * @return array|EncrypterInterface|string|null + * @return array|string|null */ public function __get($key) { diff --git a/system/Encryption/Handlers/BaseHandler.php b/system/Encryption/Handlers/BaseHandler.php index c6894dc2fb..6419567243 100644 --- a/system/Encryption/Handlers/BaseHandler.php +++ b/system/Encryption/Handlers/BaseHandler.php @@ -61,7 +61,7 @@ abstract class BaseHandler implements EncrypterInterface * * @param string $key Property name * - * @return LoggerInterface|null + * @return array|bool|int|string|null */ public function __get($key) {