Skip to content

Commit

Permalink
Update src/ActiveRecordFactory.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <rrr-r@ya.ru>
  • Loading branch information
niqingyang and Tigrov authored Dec 27, 2023
1 parent 64b5b31 commit d531911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ActiveRecordFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ public function __construct(private Factory $factory)
* @throws NotInstantiableException
* @return ActiveRecordInterface
*
* @psalm-template T
* @psalm-template T of ActiveRecordInterface
* @psalm-param class-string<T> $arClass
* @psalm-return T
* @psalm-suppress ActiveRecordInterface
*/
public function createAR(
string $arClass,
Expand Down

0 comments on commit d531911

Please sign in to comment.