From 2136183a6dc883261f869c00e39732e1a14221a3 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 21 Jul 2022 18:09:11 +0900 Subject: [PATCH] docs: fix PHPDoc types --- system/Entity/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Entity/Entity.php b/system/Entity/Entity.php index a92314faed71..6687f6c577c4 100644 --- a/system/Entity/Entity.php +++ b/system/Entity/Entity.php @@ -570,7 +570,7 @@ public function __get(string $key) /** * Get cast value from the data array. * - * @return mixed|null + * @return array|bool|float|int|object|string|null */ private function _getCastData(string $key, array $data) {