forked from spryker-shop/product-option-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
architecture-baseline.json
37 lines (37 loc) · 2.44 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
[
{
"fileName": "src/SprykerShop/Yves/ProductOptionWidget/Dependency/Client/ProductOptionWidgetToProductOptionStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `idAbstractProduct` in method `SprykerShop\\Yves\\ProductOptionWidget\\Dependency\\Client\\ProductOptionWidgetToProductOptionStorageClientBridge::getProductOptions()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ProductOptionWidget/Dependency/Client/ProductOptionWidgetToProductOptionStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\ProductOptionWidget\\Dependency\\Client\\ProductOptionWidgetToProductOptionStorageClientBridge::getProductOptions()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ProductOptionWidget/Dependency/Client/ProductOptionWidgetToProductOptionStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `idAbstractProduct` in method `SprykerShop\\Yves\\ProductOptionWidget\\Dependency\\Client\\ProductOptionWidgetToProductOptionStorageClientBridge::getProductOptionsForCurrentStore()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ProductOptionWidget/Dependency/Client/ProductOptionWidgetToProductOptionStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getProductOptions()`. 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/ProductOptionWidget/Dependency/Client/ProductOptionWidgetToProductOptionStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getProductOptionsForCurrentStore()`. 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"
}
]