Skip to content

0.5.3

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Jan 13:18
· 100 commits to master since this release

Included commits: 0.5.2...0.5.3

Improvements

  • Introduced BridgeMethodsInterfaceRule to check return type for bridge methods and interfaces, bridges and their interface should have return/param types added where possible.
  • Adjusted BridgeMethodsRule to check for method signature of bridge vs interface. They must always fully match.
  • Adjusted ServiceRule so it skips the check for AbstractService.