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 a3b6911 commit 75958e5Copy full SHA for 75958e5
src/doctrine/PgvectorSetup.php
@@ -9,7 +9,7 @@
9
10
abstract class PgvectorSetup
11
{
12
- public static function registerTypes(?EntityManager $entityManager): void
+ public static function registerTypes(EntityManager $entityManager): void
13
14
self::addTypes();
15
self::registerTypeMapping($entityManager->getConnection()->getDatabasePlatform());
0 commit comments