-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
51 lines (42 loc) · 2.66 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Carbon\\\\Carbon\\:\\:getUserTimezone\\(\\)\\.$#"
count: 13
path: src/CdCarbonMixin.php
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:iWhere\\(\\)\\.$#"
count: 1
path: src/Database/Query/Mixins/NullOrEmptyMixin.php
-
message: "#^Parameter \\#1 \\$scope of method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:withoutGlobalScope\\(\\) expects Illuminate\\\\Database\\\\Eloquent\\\\Scope\\|string, Illuminate\\\\Database\\\\Eloquent\\\\Builder given\\.$#"
count: 1
path: src/Models/Scopes/PermissionBasedAccessScope.php
-
message: "#^Class CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository implements generic interface CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepositoryInterface but does not specify its types\\: TModelClass$#"
count: 1
path: src/Repository/BaseRepository.php
-
message: "#^Method CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository\\:\\:setModel\\(\\) return type with generic class CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository does not specify its types\\: TModelClass$#"
count: 1
path: src/Repository/BaseRepository.php
-
message: "#^Method CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository\\:\\:setRequest\\(\\) return type with generic class CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository does not specify its types\\: TModelClass$#"
count: 1
path: src/Repository/BaseRepository.php
-
message: "#^Method CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepositoryInterface\\:\\:setModel\\(\\) return type with generic class CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository does not specify its types\\: TModelClass$#"
count: 1
path: src/Repository/BaseRepositoryInterface.php
-
message: "#^Method CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepositoryInterface\\:\\:setRequest\\(\\) return type with generic class CustomD\\\\LaravelHelpers\\\\Repository\\\\BaseRepository does not specify its types\\: TModelClass$#"
count: 1
path: src/Repository/BaseRepositoryInterface.php
-
message: "#^Type mixed in generic type Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, mixed\\> in PHPDoc tag @return is not subtype of template type TModel of Illuminate\\\\Database\\\\Eloquent\\\\Model of class Illuminate\\\\Database\\\\Eloquent\\\\Collection\\.$#"
count: 2
path: src/Repository/BaseRepositoryInterface.php
-
message: "#^Call to an undefined static method Illuminate\\\\Support\\\\Str\\:\\:isEmail\\(\\)\\.$#"
count: 1
path: src/ServiceProvider.php