-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchitecture-baseline.json
156 lines (156 loc) · 9.45 KB
/
architecture-baseline.json
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
[
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToCustomerClientBridge.php",
"description": "Bridges: Type should be defined for param `idCustomer` in method `Spryker\\Client\\ShoppingList\\Dependency\\Client\\ShoppingListToCustomerClientBridge::getCustomerById()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToMessengerClientBridge.php",
"description": "Bridges: Type should be defined for param `message` in method `Spryker\\Client\\ShoppingList\\Dependency\\Client\\ShoppingListToMessengerClientBridge::addErrorMessage()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToMessengerClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addErrorMessage()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToZedRequestClientBridge.php",
"description": "Bridges: Type should be defined for param `url` in method `Spryker\\Client\\ShoppingList\\Dependency\\Client\\ShoppingListToZedRequestClientBridge::call()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToZedRequestClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getLastResponseErrorMessages()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToZedRequestClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addFlashMessagesFromLastZedRequest()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ShoppingList/Dependency/Client/ShoppingListToZedRequestClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addResponseMessagesToMessenger()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToCompanyUserFacadeBridge.php",
"description": "Bridges: Method `getCompanyUserById()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToCompanyUserFacadeBridge.php",
"description": "Bridges: Method `getCompanyUserCollection()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToEventFacadeBridge.php",
"description": "Bridges: Type should be defined for param `eventName` in method `Spryker\\Zed\\ShoppingList\\Dependency\\Facade\\ShoppingListToEventFacadeBridge::trigger()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToEventFacadeInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `trigger()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToMessengerFacadeBridge.php",
"description": "Bridges: Method `addErrorMessage()` must have `public function create<DomainEntity>Collection(<DomainEntity>CollectionRequestTransfer): <DomainEntity>CollectionResponseTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToMessengerFacadeBridge.php",
"description": "Bridges: Method `addSuccessMessage()` must have `public function create<DomainEntity>Collection(<DomainEntity>CollectionRequestTransfer): <DomainEntity>CollectionResponseTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToMessengerFacadeInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addErrorMessage()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToMessengerFacadeInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addSuccessMessage()`. Missed return type. That violates the rule \"All bridge interface methods must have exactly the same or more strict signature as their parent\"",
"rule": "BridgeMethodsInterfaceRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToPermissionFacadeBridge.php",
"description": "Bridges: Method `findPermissionByKey()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToPersistentCartFacadeBridge.php",
"description": "Bridges: Method `findQuote()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToProductFacadeBridge.php",
"description": "Bridges: Type should be defined for param `sku` in method `Spryker\\Zed\\ShoppingList\\Dependency\\Facade\\ShoppingListToProductFacadeBridge::hasProductConcrete()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToProductFacadeBridge.php",
"description": "Bridges: Method `findProductConcretesBySkus()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToProductFacadeBridge.php",
"description": "Bridges: Method `getProductConcrete()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToProductFacadeBridge.php",
"description": "Bridges: Method `findProductAbstractById()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ShoppingList/Dependency/Facade/ShoppingListToStoreFacadeBridge.php",
"description": "Bridges: Method `getCurrentStore()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
}
]