Skip to content

Commit 18de4c3

Browse files
committed
Fix phpstan issues
1 parent dd37faf commit 18de4c3

15 files changed

Lines changed: 111 additions & 436 deletions

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
vendor/
2-
composer.lock
3-
.phpunit.result.cache
42
var/
53
tools/
6-
coverage/
4+
coverage/
5+
6+
composer.lock
7+
8+
.php-cs-fixer.cache
9+
.phpunit.result.cache

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"doctrine/doctrine-bundle": "^2.13",
2626
"doctrine/orm": "^3.3",
2727
"nyholm/symfony-bundle-test": "^3.0",
28+
"phpstan/extension-installer": "^1.4",
29+
"phpstan/phpstan-symfony": "^2.0",
2830
"phpunit/phpunit": "^9.5",
2931
"symfony/monolog-bundle": "^3.10",
3032
"symfony/phpunit-bridge": "^7.1",
@@ -42,6 +44,7 @@
4244
},
4345
"config": {
4446
"allow-plugins": {
47+
"phpstan/extension-installer": true,
4548
"symfony/runtime": true
4649
}
4750
}

0 commit comments

Comments
 (0)