Skip to content

Commit b23bcea

Browse files
committed
update phpstan-baseline.neon
1 parent 2a53322 commit b23bcea

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

phpstan-baseline.neon

-20
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@ parameters:
1010
count: 1
1111
path: src/Decorators/SearchResult.php
1212

13-
-
14-
message: "#^Cannot call method searchableAs\\(\\) on Illuminate\\\\Database\\\\Eloquent\\\\Model\\|null\\.$#"
15-
count: 2
16-
path: src/Engine.php
17-
18-
-
19-
message: "#^Method Elastic\\\\ScoutDriverPlus\\\\Factories\\\\ModelFactory\\:\\:makeFromIndexNameAndDocumentIds\\(\\) should return Illuminate\\\\Database\\\\Eloquent\\\\Collection but returns array\\<Illuminate\\\\Database\\\\Eloquent\\\\Builder\\>\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\.$#"
20-
count: 1
21-
path: src/Factories/ModelFactory.php
22-
23-
-
24-
message: "#^Cannot call method makeFromModels\\(\\) on mixed\\.$#"
25-
count: 1
26-
path: src/Jobs/RemoveFromSearch.php
27-
2813
-
2914
message: "#^Cannot call method searchableAs\\(\\) on mixed\\.$#"
3015
count: 1
@@ -34,8 +19,3 @@ parameters:
3419
message: "#^Method Elastic\\\\ScoutDriverPlus\\\\NullEngine\\:\\:map\\(\\) should return Illuminate\\\\Database\\\\Eloquent\\\\Collection but returns Illuminate\\\\Support\\\\Collection\\<\\*NEVER\\*, \\*NEVER\\*\\>\\.$#"
3520
count: 1
3621
path: src/NullEngine.php
37-
38-
-
39-
message: "#^Cannot call method extend\\(\\) on mixed\\.$#"
40-
count: 1
41-
path: src/ServiceProvider.php

0 commit comments

Comments
 (0)