generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
phpstan-baseline.neon
26 lines (22 loc) · 962 Bytes
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:getModel\\(\\)\\.$#"
count: 2
path: src/Scopes/PublishingScope.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withDrafts\\(\\)\\.$#"
count: 1
path: src/Scopes/PublishingScope.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withoutDrafts\\(\\)\\.$#"
count: 1
path: src/Scopes/PublishingScope.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Database\\\\Query\\\\Builder\\:\\:withoutGlobalScope\\(\\)\\.$#"
count: 3
path: src/Scopes/PublishingScope.php
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:getQualifiedIsPublishedColumn\\(\\)\\.$#"
count: 1
path: src/Scopes/PublishingScope.php