Skip to content

Commit e0ee68d

Browse files
committed
Fix lint
1 parent 7cb1f1b commit e0ee68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/composer-dependency-analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434
->ignoreErrorsOnPackage('phpunit/phpunit', [ErrorType::DEV_DEPENDENCY_IN_PROD]) // prepared test tooling
3535
->ignoreErrorsOnPackage('jetbrains/phpstorm-stubs', [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV]) // there is no direct usage, but we need newer version then required by ondrejmirtes/BetterReflection
36-
->ignoreErrorsOnPath(__DIR__ . '/../tests', [ErrorType::UNKNOWN_CLASS, ErrorType::UNKNOWN_FUNCTION]) // to be able to test invalid symbols
36+
->ignoreErrorsOnPath(__DIR__ . '/../tests', [ErrorType::UNKNOWN_CLASS, ErrorType::UNKNOWN_FUNCTION, ErrorType::SHADOW_DEPENDENCY]) // to be able to test invalid symbols
3737
->ignoreUnknownClasses([
3838
'JetBrains\PhpStorm\Pure', // not present on composer's classmap
3939
'PHPStan\ExtensionInstaller\GeneratedConfig', // generated

0 commit comments

Comments
 (0)