From 41017bb0af8f7dd50f70e6f308f5635340addbc2 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 16 Mar 2026 23:48:22 +1300 Subject: [PATCH] fix: revert app/sdks exclusion (not present in CI) The app/sdks directory is gitignored and doesn't exist in CI. Removing the exclusion to avoid PHPStan failing on a non-existent path. Co-Authored-By: Claude Opus 4.6 (1M context) --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index c1015f57a2..bc97533e18 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,5 +14,4 @@ parameters: - vendor/swoole/ide-helper excludePaths: - tests/resources - - app/sdks