From 63539c3b24075787aafa1d6b4fc9abac70ca216f Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Fri, 23 Jan 2026 03:03:22 -0800 Subject: [PATCH] php stan testing --- phpstan.neon | 9 +++++++++ psalm.xml | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 phpstan.neon create mode 100644 psalm.xml diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..b33c6bc --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,9 @@ +includes: + - vendor/cakedc/cakephp-phpstan/extension.neon +parameters: + level: 8 + treatPhpDocTypesAsCertain: false + checkGenericClassInNonGenericObjectType: false + paths: + - src + - tests diff --git a/psalm.xml b/psalm.xml new file mode 100644 index 0000000..4e9226b --- /dev/null +++ b/psalm.xml @@ -0,0 +1,15 @@ + + + + + + + + +