File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ parameters:
7
7
- "/Call to function method_exists.. with 'Symfony.+' and 'getProjectDir' will always evaluate to false./"
8
8
excludes_analyse :
9
9
- '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php'
10
- - '%currentWorkingDirectory%/test/EventListener/ExceptionListenerTest.php'
10
+
11
11
includes :
12
12
- vendor/jangregor/phpstan-prophecy/src/extension.neon
13
13
- vendor/phpstan/phpstan-phpunit/extension.neon
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ public function testConfigurationDefaults(): void
49
49
],
50
50
'options ' => [
51
51
'environment ' => '%kernel.environment% ' ,
52
- 'in_app_exclude ' => $ defaultSdkValues ->getInAppExcludedPaths (),
52
+ 'in_app_exclude ' => [
53
+ '%kernel.cache_dir% ' ,
54
+ ],
53
55
'excluded_exceptions ' => $ defaultSdkValues ->getExcludedExceptions (),
54
56
'prefixes ' => $ defaultSdkValues ->getPrefixes (),
55
57
'project_root ' => '%kernel.root_dir%/.. ' ,
You can’t perform that action at this time.
0 commit comments