Skip to content

coding-standard 1.0.1

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 11 May 12:05
· 502 commits to master since this release
1.0.1

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #5 Methods\LineAfterSniff - fixes adding empty line after method when next content is doc-block

  • #6 Commenting\Placement - fixes false-positive when space was required before comment in next line after PHP open tag

  • #7 Commenting\DocComment - fixes false-positive when new line was required before doc-block

  • #8 Formatting\StringClassReference - fixes checking if string is a valid class name before check if class/interface/trait exists

  • #9 PHP\DisallowFqn - fixes conflict with Namespaces\UnusedUseStatement when newly added import was deleted straight away

  • #10 PHP\DisallowFqn - fixes issue when backslash was removed from the beginning of the class name but there was no space before

  • #11 Arrays\Format - fixes issue with doc-block in arrays

  • #12 Formatting\RedundantParentheses - fixes false-positive for invokable classes treated as single expression

  • #13 Namespaces\UnusedUseStatement - fixes recognising classes in doc-block annotations