Skip to content

Commit 1cc60c2

Browse files
committed
update PHPStan baseline (level 2)
1 parent 6d0e49e commit 1cc60c2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

phpstan-baseline.neon

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Variable \\$value on left side of \\?\\? always exists and is always null\\.$#"
5+
count: 1
6+
path: src/Eloquent/Model.php
7+
8+
-
9+
message: "#^Variable \\$value on left side of \\?\\? always exists and is not nullable\\.$#"
10+
count: 1
11+
path: src/Eloquent/Model.php
12+
313
-
414
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:pull\\(\\)\\.$#"
515
count: 1
616
path: src/Relations/BelongsToMany.php
717

818
-
9-
message: "#^Cannot call method modelKeys\\(\\) on array\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\|Illuminate\\\\Support\\\\Collection\\.$#"
19+
message: "#^Cannot call method modelKeys\\(\\) on array\\|Illuminate\\\\Support\\\\Collection\\.$#"
1020
count: 1
1121
path: src/Relations/BelongsToMany.php
1222

0 commit comments

Comments
 (0)