Skip to content

Commit

Permalink
Update MysqliResultObjectType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 12, 2023
1 parent 93ff6a9 commit 44fe904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MysqliReflection/MysqliResultObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class MysqliResultObjectType extends GenericObjectType
/**
* @param array<int, Type> $types
*/
public function __construct(private array $types, ?Type $subtractedType = null)
public function __construct(array $types, ?Type $subtractedType = null)
{
parent::__construct(mysqli_result::class, $types, $subtractedType);
}
Expand Down

0 comments on commit 44fe904

Please sign in to comment.