From 4deadc9403c1d784c1c0c46e8a0e0371d2f5c195 Mon Sep 17 00:00:00 2001 From: walkor Date: Sat, 1 Feb 2025 22:13:17 +0800 Subject: [PATCH] Fix phpstan --- phpstan.neon.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index c4c5ab96..c4c8a647 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -23,4 +23,3 @@ parameters: - path: src/Worker.php messages: - '#Constant LINE_VERSION_LENGTH not found.#' - - '#Call to static method run\(\) on an unknown class Swow\\Coroutine.#'