Skip to content

coding-standard 1.0.6

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 13 Nov 22:31
· 374 commits to master since this release
1.0.6

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #43 fixes WhiteSpace\ScopeIndent sniff - case with object calls within ternary operator

  • #40 fixes PHP\RedundantSemicolon sniff to remove redundant semicolon after colon and goto label

  • #55 fixes Namespaces\AlphabeticallySortedUses sniff to work with files without namespaces

  • #56 fixes Annotations sniffs for specific cases:

    • Commenting\ClassAnnotation sniff - final classes.
    • Commenting\MethodAnnotation sniff - final methods.
    • Commenting\PropertyAnnotation sniff - properties defined with var.
  • #57 fixes parsing content of @param and @var tags with multiple spaces before variable name. Affects the following sniffs:

    • Commenting\TagWithType,
    • Functions\Param.