From 1cf6cb8a418b19c657e5af9906305b3a21fa6c7e Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 9 Nov 2023 17:39:32 +0900 Subject: [PATCH] docs: fix @var for $validator --- system/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Controller.php b/system/Controller.php index 45fe0e499565..c040e1d20a4f 100644 --- a/system/Controller.php +++ b/system/Controller.php @@ -65,7 +65,7 @@ class Controller /** * Once validation has been run, will hold the Validation instance. * - * @var ValidationInterface + * @var ValidationInterface|null */ protected $validator;