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 15e8717 commit 68a3e0cCopy full SHA for 68a3e0c
composer.json
@@ -72,7 +72,7 @@
72
"phpstan/phpstan": "^0.12.90",
73
"phpstan/phpstan-webmozart-assert": "^0.12.7",
74
"pimple/pimple": "^3.2",
75
- "rector/rector": "^0.11.52",
+ "rector/rector": "^0.11.53",
76
"symfony/dependency-injection": "^5.0"
77
},
78
"suggest": {
src/Middleware/MezzioFactory.php
@@ -29,7 +29,7 @@
29
class MezzioFactory
30
{
31
/**
32
- * @var array<string, class-string<AuraService>|class-string<AurynService>|class-string<PimpleService>|class-string<SymfonyService>>
+ * @var array<class-string, class-string>
33
*/
34
private const CONTAINERS_TRANSFORM = [
35
ContainerBuilder::class => SymfonyService::class,
0 commit comments