Skip to content

Commit 75958e5

Browse files
committed
Fixed type
1 parent a3b6911 commit 75958e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doctrine/PgvectorSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class PgvectorSetup
1111
{
12-
public static function registerTypes(?EntityManager $entityManager): void
12+
public static function registerTypes(EntityManager $entityManager): void
1313
{
1414
self::addTypes();
1515
self::registerTypeMapping($entityManager->getConnection()->getDatabasePlatform());

0 commit comments

Comments
 (0)