diff --git a/phpcs.xml.dist b/phpcs.xml.dist index ea961a0..f82a2ec 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -14,10 +14,7 @@ lib tests - - lib/Doctrine/Common - tests/Doctrine/Tests/Common - + diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5c09126..8fc66cb 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -8,6 +8,3 @@ parameters: paths: - lib - tests - - excludePaths: - - %rootDir%/../../../tests/Doctrine/Tests/Common/*