Skip to content

coding-standard 1.1.2

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 25 Jan 12:25
· 165 commits to master since this release
1.1.2
c35c71d

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #74 fixes false-positive in Namespaces\UnusedUseStatement for multiple trait usages.

  • #75 allows null value for properties with nullable type declaration (PHP 7.4+).

  • #76 fixes recognising annotations in property PHPDocs: Commenting\TagWithType sniff.

  • #78 fixes false-positive for mixed type in PHPDoc return tag: Functions\ReturnType sniff.