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 4a7d5f3 commit d38016cCopy full SHA for d38016c
src/DoctrineReflection/DoctrineResultObjectType.php
@@ -12,7 +12,7 @@
12
13
final class DoctrineResultObjectType extends ObjectType
14
{
15
- private ?Type $rowType;
+ private ?Type $rowType = null;
16
17
public static function newWithRowType(Type $rowType): self
18
src/MysqliReflection/MysqliResultObjectType.php
@@ -10,7 +10,7 @@
10
11
final class MysqliResultObjectType extends ObjectType
public function setRowType(Type $rowType): void
0 commit comments