We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3117d0f + 148f3a3 commit 325b61eCopy full SHA for 325b61e
composer.json
@@ -38,7 +38,7 @@
38
"ext-pdo_sqlite": "*",
39
"doctrine/coding-standard": "^12",
40
"doctrine/orm": "^2.13 || ^3",
41
- "doctrine/persistence": "^2 || ^3",
+ "doctrine/persistence": "^2 || ^3 || ^4",
42
"doctrine/sql-formatter": "^1.0",
43
"fig/log-test": "^1",
44
"phpstan/phpstan": "^1.10",
tests/Stub/DoctrineRegistry.php
@@ -39,7 +39,7 @@ public function __construct(
/**
* {@inheritDoc}
*/
- protected function getService($name)
+ protected function getService($name): object
{
return $this->realEntityManagers[$name] ?? $this->connections[$name];
45
}
0 commit comments