Skip to content

Commit 501bc43

Browse files
Merge pull request #29 from thecodingmachine/dependabot/composer/phpstan/phpstan-tw-1.2
Update phpstan/phpstan requirement from ^0.12 to ^1.2
2 parents dd0ba3c + 57c0c9a commit 501bc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/TdbmCompilerPass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function process(ContainerBuilder $container): void
2929
}
3030

3131
/**
32-
* @param array<string, array> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
32+
* @param array<string, mixed[]> $taggedServices Keys are services ids, this is the output of `ContainerBuilder::findTaggedServiceIds`
3333
* @return array<Reference>
3434
*/
3535
private function taggedServicesToReferences(array $taggedServices): array

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/security-bundle": "^4.1.9 || ^5",
3333
"symfony/yaml": "^4.1.9 || ^5",
3434
"phpunit/phpunit": "^9.5",
35-
"phpstan/phpstan": "^0.12",
35+
"phpstan/phpstan": "^1.2",
3636
"thecodingmachine/tdbm-fluid-schema-builder": "^1.0.0",
3737
"symfony/framework-bundle": "^5.2"
3838
},

0 commit comments

Comments
 (0)