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 ea2919f commit 8fd1f60Copy full SHA for 8fd1f60
src/PdoReflection/PdoStatementObjectType.php
@@ -47,7 +47,7 @@ public function getIterableValueType(): Type
47
/**
48
* @param QueryReflector::FETCH_TYPE* $fetchType
49
*/
50
- static public function newWithBothAndFetchType(Type $bothType, int $fetchType): self
+ public static function newWithBothAndFetchType(Type $bothType, int $fetchType): self
51
{
52
$new = new self(PDOStatement::class);
53
$new->bothType = $bothType;
0 commit comments