-
Notifications
You must be signed in to change notification settings - Fork 3
/
phpstan-baseline.neon
46 lines (38 loc) · 1.85 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
parameters:
ignoreErrors:
-
message: "#^Access to protected property App\\\\Support\\\\Accounting\\\\Webling\\\\Entities\\\\Period\\:\\:\\$id\\.$#"
count: 1
path: app/Http/Controllers/Accounting/API/WeblingApiController.php
-
message: "#^Call to an undefined method Laravel\\\\Socialite\\\\Contracts\\\\Provider\\:\\:with\\(\\)\\.$#"
count: 1
path: app/Http/Controllers/Auth/LoginController.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Accounting\\\\Transaction\\:\\:\\$sum\\.$#"
count: 1
path: app/Models/Accounting/Transaction.php
-
message: "#^Access to an undefined property App\\\\Models\\\\CommunityVolunteers\\\\CommunityVolunteerResponsibility\\:\\:\\$end_date\\.$#"
count: 3
path: app/Models/CommunityVolunteers/CommunityVolunteerResponsibility.php
-
message: "#^Access to an undefined property App\\\\Models\\\\CommunityVolunteers\\\\CommunityVolunteerResponsibility\\:\\:\\$start_date\\.$#"
count: 3
path: app/Models/CommunityVolunteers/CommunityVolunteerResponsibility.php
-
message: "#^Access to an undefined property App\\\\Support\\\\Accounting\\\\Webling\\\\Entities\\\\Entrygroup\\:\\:\\$parent\\.$#"
count: 1
path: app/Support/Accounting/Webling/Entities/Entrygroup.php
-
message: "#^Access to an undefined static property static\\(App\\\\Support\\\\Accounting\\\\Webling\\\\Entities\\\\WeblingEntity\\)\\:\\:\\$dates\\.$#"
count: 1
path: app/Support/Accounting/Webling/Entities/WeblingEntity.php
-
message: "#^Access to an undefined static property static\\(App\\\\Support\\\\Accounting\\\\Webling\\\\Entities\\\\WeblingEntity\\)\\:\\:\\$objectName\\.$#"
count: 1
path: app/Support/Accounting/Webling/Entities/WeblingEntity.php
-
message: "#^Undefined variable\\: \\$objectId$#"
count: 1
path: app/Support/Accounting/Webling/WeblingClient.php