-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture-baseline.json
23 lines (23 loc) · 1.32 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
[
{
"fileName": "src/SprykerShop/Yves/ShopTranslator/Dependency/Client/ShopTranslatorToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `id` in method `SprykerShop\\Yves\\ShopTranslator\\Dependency\\Client\\ShopTranslatorToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShopTranslator/Dependency/Client/ShopTranslatorToGlossaryStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\ShopTranslator\\Dependency\\Client\\ShopTranslatorToGlossaryStorageClientBridge::translate()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShopTranslator/Dependency/Client/ShopTranslatorToGlossaryStorageClientInterface.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"
}
]