-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline-common.neon
106 lines (86 loc) · 3.52 KB
/
phpstan-baseline-common.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
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
parameters:
ignoreErrors:
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 4
path: common/behaviors/DateRangeBehavior.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 2
path: common/component/RocketChatOrderMediator.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 1
path: common/validators/FilePHP81Validator.php
-
message: "#^Constructor in common\\\\component\\\\UserRestApiMediator has parameter \\$user with default value\\.$#"
count: 1
path: common/component/UserRestApiMediator.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 1
path: common/component/UserRestApiMediator.php
-
message: "#^Method common\\\\component\\\\UserRestApiMediator\\:\\:__construct\\(\\) has parameter \\$user with null as default value\\.$#"
count: 1
path: common/component/UserRestApiMediator.php
-
message: "#^Method common\\\\helpers\\\\OrderView\\:\\:getOrderChangeTitle\\(\\) has a nullable return type declaration\\.$#"
count: 1
path: common/helpers/OrderView.php
-
message: "#^Method common\\\\helpers\\\\OrderView\\:\\:getOrderChangeTitle\\(\\) has parameter \\$formatter with null as default value\\.$#"
count: 1
path: common/helpers/OrderView.php
-
message: "#^Method common\\\\models\\\\AccessToken\\:\\:getByToken\\(\\) has a nullable return type declaration\\.$#"
count: 1
path: common/models/AccessToken.php
-
message: "#^Method common\\\\models\\\\Order\\:\\:canBeRealized\\(\\) has parameter \\$compareToDate with null as default value\\.$#"
count: 1
path: common/models/Order.php
-
message: "#^Method common\\\\models\\\\Order\\:\\:cloneOrder\\(\\) has parameter \\$userId with null as default value\\.$#"
count: 1
path: common/models/Order.php
-
message: "#^Method common\\\\models\\\\Order\\:\\:isCreatedByUser\\(\\) has parameter \\$userId with null as default value\\.$#"
count: 1
path: common/models/Order.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 2
path: common/models/User.php
-
message: "#^Method common\\\\models\\\\User\\:\\:findIdentityByAccessToken\\(\\) has parameter \\$type with null as default value\\.$#"
count: 1
path: common/models/User.php
-
message: "#^Method common\\\\models\\\\User\\:\\:getByRocketChatUserId\\(\\) has a nullable return type declaration\\.$#"
count: 1
path: common/models/User.php
-
message: "#^Method common\\\\repositories\\\\MenuRepository\\:\\:findOne\\(\\) has a nullable return type declaration\\.$#"
count: 1
path: common/repositories/MenuRepository.php
-
message: "#^Method common\\\\services\\\\actions\\\\CreateFoodRating\\:\\:run\\(\\) has parameter \\$review with null as default value\\.$#"
count: 1
path: common/services/actions/CreateFoodRating.php
-
message: "#^Method common\\\\services\\\\actions\\\\CreateOrder\\:\\:run\\(\\) has parameter \\$identity with null as default value\\.$#"
count: 1
path: common/services/actions/CreateOrder.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 1
path: common/services/actions/UploadRestaurantLogo.php
-
message: "#^Control structures using switch should not be used\\.$#"
count: 1
path: common/widgets/grid/ActionMaterialIconColumn.php
-
message: "#^Language construct empty\\(\\) should not be used\\.$#"
count: 1
path: common/widgets/grid/InputColumn.php