Skip to content

Version 33

Latest
Compare
Choose a tag to compare
@sidolov sidolov released this 22 Jan 18:11
7521587

What's Changed

  • Allow more recent versions of rector by @fredden in #469
  • Removing dependency on symfony/polyfill, is no longer required now th… by @hostep in #468
  • Add suggested replacement for \posix_isatty() by @fredden in #445
  • Allow readonly between phpdoc and property name by @sandipklevu in #447
  • Make Unescaped Output Fail With Error Severity 10 by @pykettk in #442
  • Add sniff for deprecated use of $block->escape... methods by @fredden in #458
  • [eslint] Enforce consistent indentation by @fredden in #358
  • [eslint] Disallow useless constructs by @fredden in #361
  • [eslint] Forbid overriding built-in objects by @fredden in #359
  • Allow Use of Template Literals by @pykettk in #364
  • Add semicolon as statement separator in the special annotation check of the Magento2.Security.XssTemplate sniff by @aadmathijssen in #378
  • Update README.md by @snoop0x7b in #459
  • [eslint] Enforce consistent spacing around keywords by @fredden in #356
  • Automatically remove useless comments by @fredden in #433
  • Include all Magento2 sniffs in Magento2Framework by @fredden in #417
  • Ensure only the relevant docblock is read by @fredden in #437
  • PHP 8.3 support.

New Contributors

Full Changelog: v32...v33