From c807ba653cc4f99a33aca531324492146723382d Mon Sep 17 00:00:00 2001 From: = Date: Sat, 24 Feb 2024 19:59:37 -0500 Subject: [PATCH] work in progress --- phpstan-baseline.neon | 6 ++++++ phpstan.neon.dist | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index e69de29..10f2b6a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -0,0 +1,6 @@ +parameters: + ignoreErrors: + - + message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:expect\\(\\)\\.$#" + count: 1 + path: tests/ArchTest.php diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 489fa4e..a62a825 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,8 +7,4 @@ parameters: - src - config - database - tmpDir: build/phpstan - checkOctaneCompatibility: true - checkModelProperties: true - checkMissingIterableValueType: false - + - tests \ No newline at end of file