Skip to content

Commit af4a1fd

Browse files
committed
Update DoctrineStatementObjectType.php
1 parent d1fca8d commit af4a1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DoctrineReflection/DoctrineStatementObjectType.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
use PHPStan\ShouldNotHappenException;
99
use PHPStan\TrinaryLogic;
1010
use PHPStan\Type\Generic\GenericObjectType;
11+
use PHPStan\Type\ObjectType;
1112
use PHPStan\Type\Type;
1213

13-
final class DoctrineStatementObjectType extends GenericObjectType
14+
final class DoctrineStatementObjectType extends ObjectType
1415
{
1516
private ?Type $rowType;
1617

0 commit comments

Comments
 (0)