Unverified Commit e446d198 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3261613 by mglaman: Ignore transliteration data when scanning with PHPStan

parent 3b2a947b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ parameters:
    # Skip test fixtures.
    - */tests/fixtures/*.php
    - */tests/fixtures/*.php.gz
    # Skip data files.
    - lib/Drupal/Component/Transliteration/data/*.php
    # Below extends on purpose a non existing class for testing.
    - modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php
    # @todo files below need to be excluded as they prevent baseline generation.