Skip to content

Commit

Permalink
TE-10302: architecture baseline with get function
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Mar 14, 2022
1 parent 240c42f commit 61a6634
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions architecture-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ProductList/Dependency/Facade/ProductListToProductFacadeBridge.php",
"description": "Bridges: Method getProductAbstractIdsByProductConcreteIds() must have `public function get<DomainEntity>Collection(<DomainEntity>CriteriaTransfer): <DomainEntity>CollectionTransfer;` signature.",
"rule": "BridgeFacadeMethodsRule",
"ruleset": "Spryker",
"priority": "2"
},
{
"fileName": "src/Spryker/Zed/ProductList/Dependency/Service/ProductListToUtilTextServiceBridge.php",
"description": "Bridges: Type should be defined for param `value` in method `Spryker\\Zed\\ProductList\\Dependency\\Service\\ProductListToUtilTextServiceBridge::generateSlug()`.",
Expand Down

0 comments on commit 61a6634

Please sign in to comment.