-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture-baseline.json
44 lines (44 loc) · 2.23 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
[
{
"fileName": "src/SprykerShop/Yves/StorageRouter/Dependency/Client/StorageRouterToUrlStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `url` in method `SprykerShop\\Yves\\StorageRouter\\Dependency\\Client\\StorageRouterToUrlStorageClientBridge::matchUrl()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/StorageRouter/Dependency/Client/StorageRouterToUrlStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `SprykerShop\\Yves\\StorageRouter\\Dependency\\Client\\StorageRouterToUrlStorageClientBridge::matchUrl()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/SprykerShop/Yves/StorageRouter/RequestMatcher/StorageRequestMatcher.php",
"description": "Method `SprykerShop\\Yves\\StorageRouter\\RequestMatcher\\StorageRequestMatcher::matchRequest()` must have return type.",
"rule": "ExternalMethodExtensionReturnTypeRule",
"ruleset": "Spryker",
"priority": "1"
},
{
"fileName": "src/SprykerShop/Yves/StorageRouter/RouteEnhancer/ControllerRouteEnhancer.php",
"description": "Method `SprykerShop\\Yves\\StorageRouter\\RouteEnhancer\\ControllerRouteEnhancer::enhance()` must have return type.",
"rule": "ExternalMethodExtensionReturnTypeRule",
"ruleset": "Spryker",
"priority": "1"
},
{
"fileName": "src/SprykerShop/Yves/StorageRouter/UrlGenerator/StorageUrlGenerator.php",
"description": "Method `SprykerShop\\Yves\\StorageRouter\\UrlGenerator\\StorageUrlGenerator::getContext()` must have return type.",
"rule": "ExternalMethodExtensionReturnTypeRule",
"ruleset": "Spryker",
"priority": "1"
},
{
"fileName": "src/SprykerShop/Yves/StorageRouter/UrlGenerator/StorageUrlGenerator.php",
"description": "Method `SprykerShop\\Yves\\StorageRouter\\UrlGenerator\\StorageUrlGenerator::generate()` must have return type.",
"rule": "ExternalMethodExtensionReturnTypeRule",
"ruleset": "Spryker",
"priority": "1"
}
]