Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit c0c422a

Browse files
committed
Update the phpstan baseline
1 parent cfaad58 commit c0c422a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ parameters:
5555
count: 1
5656
path: src/Request/BaseRequest.php
5757

58+
-
59+
message: "#^Property LaravelFCM\\\\Request\\\\BaseRequest\\:\\:\\$senderId \\(string\\) does not accept string\\|null\\.$#"
60+
count: 1
61+
path: src/Request/BaseRequest.php
62+
63+
-
64+
message: "#^Property LaravelFCM\\\\Request\\\\BaseRequest\\:\\:\\$serverKey \\(string\\) does not accept string\\|null\\.$#"
65+
count: 1
66+
path: src/Request/BaseRequest.php
67+
5868
-
5969
message: "#^Cannot call method get\\(\\) on mixed\\.$#"
6070
count: 1

0 commit comments

Comments
 (0)