Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ffd426

Browse files
committed
exclude DriverWrapper from patch-types script
1 parent c300fb1 commit 5ffd426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/patch-types.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
case false !== strpos($file = realpath($file), '/vendor/'):
2626
case false !== strpos($file, '/src/Symfony/Bridge/PhpUnit/'):
2727
case false !== strpos($file, '/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Article.php'):
28+
case false !== strpos($file, '/src/Symfony/Component/Cache/Tests/Fixtures/DriverWrapper.php'):
2829
case false !== strpos($file, '/src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php'):
2930
case false !== strpos($file, '/src/Symfony/Component/Config/Tests/Fixtures/BadParent.php'):
3031
case false !== strpos($file, '/src/Symfony/Component/Config/Tests/Fixtures/ParseError.php'):

0 commit comments

Comments
 (0)