Skip to content

v5 Release

Compare
Choose a tag to compare
@lenaorobei lenaorobei released this 05 Nov 17:10
· 740 commits to master since this release
da46c5d

New Rules

Improvements

  • Added check for the use of helpers in Magento2.Templates.ThisInTemplate sniff and updated documentation with recommendation #121 in #122 @diazwatson
  • Added alternatives for discouraged functions #102 in #123 by @diazwatson
  • No longer require a space before a colon for control structures using the alternative syntax #118 in #132 by @hostep
  • Add excludes for test files <exclude-pattern>*/tests/*</exclude-pattern> #136 in #138 by @konarshankar07
  • Improved documentation with How to use phpcbf in #150 by @lfluvisotto

Fixes

  • Fixed issue with false-positive Empty FUNCTION statement detected for around plugins #95 in #126 by @konarshankar07
  • Fixed issue in line length sniff for phrase and __ keyword by removing redundant rule and using generic one #75 in #127 by @konarshankar07