We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e1c8 commit c297dedCopy full SHA for c297ded
src/DoctrineReflection/DoctrineStatementObjectType.php
@@ -8,9 +8,10 @@
8
use PHPStan\ShouldNotHappenException;
9
use PHPStan\TrinaryLogic;
10
use PHPStan\Type\Generic\GenericObjectType;
11
+use PHPStan\Type\ObjectType;
12
use PHPStan\Type\Type;
13
-final class DoctrineStatementObjectType extends GenericObjectType
14
+final class DoctrineStatementObjectType extends ObjectType
15
{
16
private ?Type $rowType;
17
0 commit comments