Skip to content

Commit

Permalink
fix deprecated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoiriert committed Jul 31, 2024
1 parent 1eb7117 commit 37a509a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/sonata-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"require": {
"php": ">=8.1",
"draw/dependency-injection": "^0.11",
"symfony/framework-bundle": "^6.4.0",
"symfony/expression-language": "^6.4.0",
"symfony/string": "^6.4.0"
Expand Down
1 change: 0 additions & 1 deletion phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
- tests
excludePaths:
- packages/fixer/Tests/fixtures/*
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\HttpFoundation\\Session\\SessionInterface::getFlashBag\(\).#'
- '#Trying to mock an undefined method [a-zA-Z0-9\\_]#'
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ parameters:
- tests
excludePaths:
- packages/fixer/Tests/fixtures/*
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\HttpFoundation\\Session\\SessionInterface::getFlashBag\(\).#'
- '#Trying to mock an undefined method [a-zA-Z0-9\\_]#'
Expand Down

0 comments on commit 37a509a

Please sign in to comment.