From 22596c42d28daf1ca533a52521179fd82df57e6b Mon Sep 17 00:00:00 2001 From: yaozm Date: Tue, 5 Mar 2024 17:15:57 +0800 Subject: [PATCH] fix typo --- phpstan-baseline.neon | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index e3ef96e2..ee1f3c04 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -14,21 +14,6 @@ parameters: path: src/Foundation/Support/Utils.php - - message: "#^Property Guanguans\\\\Notify\\\\Pushover\\\\Messages\\\\Message\\:\\:\\$allowedValues \\(array\\\\>\\) does not accept default value of type array\\\\>\\.$#" + message: "#^Method Guanguans\\\\Notify\\\\ServerChan\\\\Messages\\\\Message\\:\\:encrypt\\(\\) is unused\\.$#" count: 1 - path: src/Pushover/Messages/Message.php - - - - message: "#^Property Guanguans\\\\Notify\\\\Pushover\\\\Messages\\\\Message\\:\\:\\$allowedValues has unknown class int as its type\\.$#" - count: 1 - path: src/Pushover/Messages/Message.php - - - - message: "#^Property Guanguans\\\\Notify\\\\Telegram\\\\Messages\\\\TextMessage\\:\\:\\$allowedValues \\(array\\\\>\\) does not accept default value of type array\\\\>\\.$#" - count: 1 - path: src/Telegram/Messages/TextMessage.php - - - - message: "#^Property Guanguans\\\\Notify\\\\Telegram\\\\Messages\\\\TextMessage\\:\\:\\$allowedValues has unknown class string as its type\\.$#" - count: 1 - path: src/Telegram/Messages/TextMessage.php + path: src/ServerChan/Messages/Message.php