From 4f19119587ecaf47900bdad37d750e600c8fec6a Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Wed, 29 Apr 2026 10:34:02 +0200 Subject: [PATCH] fixed coding standards tools --- .phive/phars.xml | 3 +-- phpcs.xml | 2 ++ phpstan.neon | 1 - psalm.xml | 26 -------------------------- 4 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 psalm.xml diff --git a/.phive/phars.xml b/.phive/phars.xml index a8aff29..086e691 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,4 @@ - - + diff --git a/phpcs.xml b/phpcs.xml index 4444446..d576929 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,4 +1,6 @@ + src/ + tests/ diff --git a/phpstan.neon b/phpstan.neon index bedc53a..3c8c859 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,6 @@ parameters: level: 8 treatPhpDocTypesAsCertain: false - checkGenericClassInNonGenericObjectType: false bootstrapFiles: - tests/bootstrap.php paths: diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index 99db5dd..0000000 --- a/psalm.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - -