Unverified Commit 465ce9c5 authored by Matt Glaman's avatar Matt Glaman Committed by GitHub
Browse files

test(phpstan): Update phpstan config to use excludePaths (by mglaman)

parent 7d5af4fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ parameters:
    paths:
        - coder_sniffer
        - tests
    excludes_analyse:
    excludePaths:
        # Test files that should not be checked.
        - 'tests/*/*.tpl.php'
        - 'tests/*/*.api.php'