Skip to content

Commit 68a3e0c

Browse files
committed
array doc
1 parent 15e8717 commit 68a3e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"phpstan/phpstan": "^0.12.90",
7373
"phpstan/phpstan-webmozart-assert": "^0.12.7",
7474
"pimple/pimple": "^3.2",
75-
"rector/rector": "^0.11.52",
75+
"rector/rector": "^0.11.53",
7676
"symfony/dependency-injection": "^5.0"
7777
},
7878
"suggest": {

src/Middleware/MezzioFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class MezzioFactory
3030
{
3131
/**
32-
* @var array<string, class-string<AuraService>|class-string<AurynService>|class-string<PimpleService>|class-string<SymfonyService>>
32+
* @var array<class-string, class-string>
3333
*/
3434
private const CONTAINERS_TRANSFORM = [
3535
ContainerBuilder::class => SymfonyService::class,

0 commit comments

Comments
 (0)