Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and VincentLanglet committed Dec 8, 2022
1 parent 37aec29 commit feb6fcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion phpstan.neon.dist
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Expand All @@ -9,9 +13,11 @@ parameters:
paths:
- src
- tests
scanFiles:
- vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
excludePaths:
analyseAndScan:
- src/Resources/**.tpl.php
- src/Resources/skeleton/**
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: true
checkInternalClassCaseSensitivity: true
Expand Down

0 comments on commit feb6fcb

Please sign in to comment.