-
-
Notifications
You must be signed in to change notification settings - Fork 745
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
115 lines (97 loc) · 3.95 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
115 lines (97 loc) · 3.95 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:inLog\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Actions/CleanActivityLogAction.php
-
message: '#^Call to an undefined static method Spatie\\Activitylog\\Contracts\\Activity\:\:query\(\)\.$#'
identifier: staticMethod.notFound
count: 1
path: src/Actions/CleanActivityLogAction.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$causer\.$#'
identifier: property.notFound
count: 1
path: src/Actions/LogActivityAction.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$description\.$#'
identifier: property.notFound
count: 1
path: src/Actions/LogActivityAction.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$properties\.$#'
identifier: property.notFound
count: 1
path: src/Actions/LogActivityAction.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$subject\.$#'
identifier: property.notFound
count: 1
path: src/Actions/LogActivityAction.php
-
message: '#^Parameter \#1 of closure expects Spatie\\Activitylog\\Contracts\\Activity, Illuminate\\Database\\Eloquent\\Model given\.$#'
identifier: argument.type
count: 1
path: src/Actions/LogActivityAction.php
-
message: '#^Trait Spatie\\Activitylog\\Models\\Concerns\\CausesActivity is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/Models/Concerns/CausesActivity.php
-
message: '#^Trait Spatie\\Activitylog\\Models\\Concerns\\HasActivity is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/Models/Concerns/HasActivity.php
-
message: '#^Trait Spatie\\Activitylog\\Models\\Concerns\\LogsActivity is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/Models/Concerns/LogsActivity.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$attribute_changes\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$causer_id\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$causer_type\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$created_at\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$event\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$log_name\.$#'
identifier: property.notFound
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Access to an undefined property Spatie\\Activitylog\\Contracts\\Activity\:\:\$properties\.$#'
identifier: property.notFound
count: 3
path: src/Support/ActivityLogger.php
-
message: '#^Method Spatie\\Activitylog\\Support\\ActivityLogger\:\:log\(\) should return Spatie\\Activitylog\\Contracts\\Activity\|null but returns Illuminate\\Database\\Eloquent\\Model\.$#'
identifier: return.type
count: 1
path: src/Support/ActivityLogger.php
-
message: '#^Parameter \#1 \$activity of method Spatie\\Activitylog\\Actions\\LogActivityAction\:\:execute\(\) expects Illuminate\\Database\\Eloquent\\Model, Spatie\\Activitylog\\Contracts\\Activity given\.$#'
identifier: argument.type
count: 1
path: src/Support/ActivityLogger.php