Skip to content

Commit 8fd1f60

Browse files
committed
cs
1 parent ea2919f commit 8fd1f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PdoReflection/PdoStatementObjectType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getIterableValueType(): Type
4747
/**
4848
* @param QueryReflector::FETCH_TYPE* $fetchType
4949
*/
50-
static public function newWithBothAndFetchType(Type $bothType, int $fetchType): self
50+
public static function newWithBothAndFetchType(Type $bothType, int $fetchType): self
5151
{
5252
$new = new self(PDOStatement::class);
5353
$new->bothType = $bothType;

0 commit comments

Comments
 (0)