Skip to content

Commit cad9fc2

Browse files
committed
Update PdoStatementReflection.php
1 parent 4654554 commit cad9fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PdoReflection/PdoStatementReflection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getColumnRowType(Type $statementType, int $columnIndex): ?Type
150150
/**
151151
* @param class-string $className
152152
*/
153-
public function getClassRowType(Type $statementType, string $className): ?Type
153+
public function getClassRowType(Type $statementType, string $className): Type
154154
{
155155
return new ObjectType($className);
156156
}

0 commit comments

Comments
 (0)