-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchitecture-baseline.json
51 lines (51 loc) · 3.18 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
[
{
"fileName": "src/SprykerShop/Yves/ShoppingListPage/Dependency/Client/ShoppingListPageToPriceClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getCurrentPriceMode()`. 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/ShoppingListPage/Dependency/Client/ShoppingListPageToZedRequestClientInterface.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/SprykerShop/Yves/ShoppingListPage/Dependency/Service/ShoppingListPageToUtilEncodingServiceBridge.php",
"description": "Bridges: Type should be defined for param `jsonValue` in method `SprykerShop\\Yves\\ShoppingListPage\\Dependency\\Service\\ShoppingListPageToUtilEncodingServiceBridge::decodeJson()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShoppingListPage/Dependency/Service/ShoppingListPageToUtilEncodingServiceBridge.php",
"description": "Bridges: Type should be defined for param `assoc` in method `SprykerShop\\Yves\\ShoppingListPage\\Dependency\\Service\\ShoppingListPageToUtilEncodingServiceBridge::decodeJson()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShoppingListPage/Dependency/Service/ShoppingListPageToUtilEncodingServiceBridge.php",
"description": "Bridges: Type should be defined for param `depth` in method `SprykerShop\\Yves\\ShoppingListPage\\Dependency\\Service\\ShoppingListPageToUtilEncodingServiceBridge::decodeJson()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShoppingListPage/Dependency/Service/ShoppingListPageToUtilEncodingServiceBridge.php",
"description": "Bridges: Type should be defined for param `options` in method `SprykerShop\\Yves\\ShoppingListPage\\Dependency\\Service\\ShoppingListPageToUtilEncodingServiceBridge::decodeJson()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShoppingListPage/Dependency/Service/ShoppingListPageToUtilEncodingServiceInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `decodeJson()`. 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"
}
]