Skip to content

Commit 4808a1c

Browse files
Merge pull request #4 from antidot-framework/dependabot/composer/phpstan/phpstan-tw-0.11.5or-tw-0.12.0
2 parents 547b8e8 + aad58d3 commit 4808a1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpro/grumphp": "^0.15.0 || ^0.19.0",
22-
"phpstan/phpstan": "^0.11.5",
22+
"phpstan/phpstan": "^0.11.5 || ^0.12.0",
2323
"phpunit/phpunit": "^8.0 || ^9.0",
2424
"squizlabs/php_codesniffer": "^3.4",
2525
"symfony/var-dumper": "^4.2 || ^5.0"

src/Container/Config/ConfigProvider.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ class ConfigProvider
2525
],
2626
];
2727

28-
28+
/**
29+
* @return array<mixed>
30+
*/
2931
public function __invoke(): array
3032
{
3133
return self::DEFAULT_CONFIG;

0 commit comments

Comments
 (0)