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 d1fca8d commit af4a1fdCopy full SHA for af4a1fd
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