Skip to content

v1.2.0

Choose a tag to compare

@vitalij-vladimirov vitalij-vladimirov released this 26 Apr 12:09
8d447c9

What's Changed

  • Disallow short null types by @vitalij-vladimirov in #8
    • type|null must be used instead of ?type
    • lint fix will automatically fix all null type errors
  • Disable PSR1.Files.SideEffects.FoundWithSymbols rule to prevent errors on readonly class in PHP 8.2 by @vitalij-vladimirov in #8

Full Changelog: v1.1.2...v1.2.0