Skip to content

Commit

Permalink
Update DoctrineStatementObjectType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 7, 2024
1 parent bb5e1c8 commit c297ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DoctrineReflection/DoctrineStatementObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
use PHPStan\ShouldNotHappenException;
use PHPStan\TrinaryLogic;
use PHPStan\Type\Generic\GenericObjectType;
use PHPStan\Type\ObjectType;
use PHPStan\Type\Type;

final class DoctrineStatementObjectType extends GenericObjectType
final class DoctrineStatementObjectType extends ObjectType
{
private ?Type $rowType;

Expand Down

0 comments on commit c297ded

Please sign in to comment.