-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchitecture-baseline.json
More file actions
65 lines (65 loc) · 4.5 KB
/
architecture-baseline.json
File metadata and controls
65 lines (65 loc) · 4.5 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"fileName": "src/Spryker/Client/ProductAlternativeStorage/Dependency/Client/ProductAlternativeStorageToProductStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `idProductAbstract` in method `Spryker\\Client\\ProductAlternativeStorage\\Dependency\\Client\\ProductAlternativeStorageToProductStorageClientBridge::findProductAbstractStorageData()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ProductAlternativeStorage/Dependency/Client/ProductAlternativeStorageToProductStorageClientBridge.php",
"description": "Bridges: Type should be defined for param `localeName` in method `Spryker\\Client\\ProductAlternativeStorage\\Dependency\\Client\\ProductAlternativeStorageToProductStorageClientBridge::findProductAbstractStorageData()`.",
"rule": "BridgeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Client/ProductAlternativeStorage/Dependency/Client/ProductAlternativeStorageToProductStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `findProductAbstractStorageData()`. Got `$idProductAbstract` but expected to be `int $idProductAbstract`. Got `$localeName` but expected to be `string $localeName`. 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/Spryker/Client/ProductAlternativeStorage/Dependency/Client/ProductAlternativeStorageToStorageClientInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `get()`. 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/Spryker/Client/ProductAlternativeStorage/Dependency/Service/ProductAlternativeStorageToSynchronizationServiceInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getStorageKeyBuilder()`. 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/Spryker/Zed/ProductAlternativeStorage/Dependency/Facade/ProductAlternativeStorageToEventBehaviorFacadeBridge.php",
"description": "Bridges: Method `getEventTransferIds()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ProductAlternativeStorage/Dependency/Facade/ProductAlternativeStorageToEventBehaviorFacadeBridge.php",
"description": "Bridges: Method `getEventTransferForeignKeys()` must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ProductAlternativeStorage/Dependency/Facade/ProductAlternativeStorageToEventBehaviorFacadeInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getEventTransferIds()`. 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/Spryker/Zed/ProductAlternativeStorage/Dependency/Facade/ProductAlternativeStorageToEventBehaviorFacadeInterface.php",
"description": "Bridges: The bridge interface has incorrect method signature for `getEventTransferForeignKeys()`. 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"
}
]