Verified Commit e4deca18 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3322182 by longwave, Spokje, catch: Ignore sites directory in PHPStan

(cherry picked from commit 6a0ea57c)
parent 74781068
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ parameters:
    - ../composer

  excludePaths:
    # Skip settings.
    - ../*/settings*.php
    # Skip sites directory.
    - ../sites
    # Skip test fixtures.
    - ../*/node_modules/*
    - */tests/fixtures/*.php