From 207a53ca43cc63fa7e53d4dee64423eb64dc03bb Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 25 Jun 2024 07:17:15 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/ActiveRecordFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActiveRecordFactory.php b/src/ActiveRecordFactory.php index f15c6b4c3..795e3b585 100644 --- a/src/ActiveRecordFactory.php +++ b/src/ActiveRecordFactory.php @@ -54,7 +54,7 @@ public function createAR( /** * Allows you to create an active query instance through the factory. * - * @param string|ActiveRecordInterface|Closure $arClass the active record class, active record instance or closure + * @param ActiveRecordInterface|Closure|string $arClass the active record class, active record instance or closure * returning active record instance. * @param string $queryClass custom query active query class. * @param ConnectionInterface|null $db the database connection used for creating active query instances.