Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 25, 2024
1 parent f32d7ac commit 207a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveRecordFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 207a53c

Please sign in to comment.