-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture-baseline.json
121 lines (121 loc) · 7.94 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
[
{
"fileName": "src/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToCustomerClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCustomer()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToCustomerClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `isLoggedIn()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `id` in method `SprykerShop\\Yves\\WishlistPage\\Dependency\\Client\\WishlistPageToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\WishlistPage\\Dependency\\Client\\WishlistPageToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToGlossaryStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `translate()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToProductStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `idProductConcrete` in method `SprykerShop\\Yves\\WishlistPage\\Dependency\\Client\\WishlistPageToProductStorageClientBridge::getProductConcreteStorageData()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToProductStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\WishlistPage\\Dependency\\Client\\WishlistPageToProductStorageClientBridge::getProductConcreteStorageData()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToProductStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getProductConcreteStorageData()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `validateAndCreateWishlist()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `validateAndUpdateWishlist()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `removeWishlistByName()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `addItem()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `removeItem()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `moveCollectionToCart()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getWishlist()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getWishlistOverviewWithoutProductDetails()`. 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/SprykerShop/Yves/WishlistPage/Dependency/Client/WishlistPageToWishlistClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCustomerWishlistCollection()`. 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"
}
]