From 16f0ec20a6d578c29ad3f0a019da81980a7d497d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 25 May 2024 14:33:44 +0200 Subject: [PATCH] Remove references to non-existent directory Those should have been removed in 10617838ac08534f64b8c050d9988a18e2dd9ae7. --- phpcs.xml.dist | 5 +---- phpstan.neon.dist | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index ea961a05..f82a2ec9 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 5c091267..8fc66cbf 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -8,6 +8,3 @@ parameters: paths: - lib - tests - - excludePaths: - - %rootDir%/../../../tests/Doctrine/Tests/Common/*