From 1747a4909b7eab09f58c77dcfe05034aab891314 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Mon, 31 Aug 2026 13:58:27 +0800 Subject: [PATCH] refactor(phpstan): update bootstrap configuration - Remove src and bin directories from analysis scope - Replace phpstan-bootstrap.php with bin/bootstrap.php for consistent autoloader setup - Remove redundant CLI constants definition in favor of existing bootstrap file - Clean up obsolete phpstan-bootstrap.php file entirely --- phpstan-bootstrap.php | 15 --------------- phpstan.neon | 5 ++--- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 phpstan-bootstrap.php diff --git a/phpstan-bootstrap.php b/phpstan-bootstrap.php deleted file mode 100644 index a9589cc9..00000000 --- a/phpstan-bootstrap.php +++ /dev/null @@ -1,15 +0,0 @@ -