Skip to content

Commit 08572d4

Browse files
committed
Revert "Ignore error caused by a bug"
This reverts commit 44903c8. Close #453
1 parent e88fb5a commit 08572d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/composer-dependency-analyser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
'ext-pcntl', // Used by latte/latte Latte\Tools\Linter and nette/tester's Tester\Runner\CliTester
2424
], [ErrorType::UNUSED_DEPENDENCY])
2525

26-
// shipmonk/composer-dependency-analyser#203
27-
->ignoreErrorsOnExtensionAndPath('ext-session', 'src/EasterEgg/PhpInfoCookieSanitization.php', [ErrorType::SHADOW_DEPENDENCY])
28-
2926
// TestCaseRunner is used only in tests
3027
->ignoreErrorsOnPackageAndPath('nette/tester', __DIR__ . '/src/Test/TestCaseRunner.php', [ErrorType::DEV_DEPENDENCY_IN_PROD])
3128
;

0 commit comments

Comments
 (0)