-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture-baseline.json
23 lines (23 loc) · 1.26 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/ShopPermission/Dependency/Client/ShopPermissionToPermissionClientBridge.php",
"description": "Bridges: Type should be defined for param `permissionKey` in method `SprykerShop\\Yves\\ShopPermission\\Dependency\\Client\\ShopPermissionToPermissionClientBridge::can()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/ShopPermission/Dependency/Client/ShopPermissionToPermissionClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `can()`. 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/ShopPermission/Plugin/Twig/PermissionTwigExtensionPlugin.php",
"description": "Method `SprykerShop\\Yves\\ShopPermission\\Plugin\\Twig\\PermissionTwigExtensionPlugin::getFunctions()` must have return type.",
"rule": "ExternalMethodExtensionReturnTypeRule",
"ruleset": "Spryker",
"priority": "1"
}
]