forked from spryker-shop/company-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture-baseline.json
93 lines (93 loc) · 5.88 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
[
{
"fileName": "src/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToCustomerClientInterface.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/CompanyPage/Dependency/Client/CompanyPageToCustomerClientInterface.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/CompanyPage/Dependency/Client/CompanyPageToCustomerClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `setCustomer()`. 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/CompanyPage/Dependency/Client/CompanyPageToCustomerClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCustomerByEmail()`. 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/CompanyPage/Dependency/Client/CompanyPageToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `id` in method `SprykerShop\\Yves\\CompanyPage\\Dependency\\Client\\CompanyPageToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\CompanyPage\\Dependency\\Client\\CompanyPageToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToGlossaryStorageClientInterface.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/CompanyPage/Dependency/Client/CompanyPageToLocaleClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCurrentLocale()`. 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/CompanyPage/Dependency/Client/CompanyPageToMessengerClientBridge.php",
"description": "Bridges: Type should be defined for param `message` in method `SprykerShop\\Yves\\CompanyPage\\Dependency\\Client\\CompanyPageToMessengerClientBridge::addErrorMessage()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToMessengerClientBridge.php",
"description": "Bridges: Type should be defined for param `message` in method `SprykerShop\\Yves\\CompanyPage\\Dependency\\Client\\CompanyPageToMessengerClientBridge::addSuccessMessage()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToMessengerClientInterface.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/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToMessengerClientInterface.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/SprykerShop/Yves/CompanyPage/Dependency/Client/CompanyPageToStoreClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCurrentStore()`. 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"
}
]