Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Mar 5, 2024
1 parent 8d4b21f commit 22596c4
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ parameters:
path: src/Foundation/Support/Utils.php

-
message: "#^Property Guanguans\\\\Notify\\\\Pushover\\\\Messages\\\\Message\\:\\:\\$allowedValues \\(array\\<array\\<int\\>\\>\\) does not accept default value of type array\\<string, array\\<int, int\\>\\>\\.$#"
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\\<array\\<string\\>\\>\\) does not accept default value of type array\\<string, array\\<int, string\\>\\>\\.$#"
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

0 comments on commit 22596c4

Please sign in to comment.