Skip to content

coding-standard 1.1.6

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 14 Oct 17:37
· 114 commits to master since this release
1.1.6
86096c3

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #121 fixes false-positive on importing class constant with global constant names - PHP\ImportInternalConstant.

  • #122 fixes false-positive on unused use statement for constant used with bitwise operators - Namespaces\UnusedUseStatement.