Skip to content

Releases: kubawerlos/php-cs-fixer-custom-fixers

v2.2.0

02 Apr 21:34
5d9375f
Compare
Choose a tag to compare
  • Feature: DataProviderNameFixer - add options "prefix" and "suffix"

v2.1.0

15 Mar 20:59
Compare
Choose a tag to compare
  • Add CommentedOutFunctionFixer
  • Add NoDuplicatedArrayKeyFixer
  • Add NumericLiteralSeparatorFixer

v2.0.0

01 Mar 09:48
Compare
Choose a tag to compare
  • Drop PHP 7.1 support
  • Remove ImplodeCallFixer - use "implode_call"
  • Remove NoTwoConsecutiveEmptyLinesFixer - use "no_extra_blank_lines"
  • Remove NoUnneededConcatenationFixer - use NoSuperfluousConcatenationFixer
  • Remove NoUselessClassCommentFixer - use NoUselessCommentFixer
  • Remove NoUselessConstructorCommentFixer - use NoUselessCommentFixer
  • Remove NullableParamStyleFixer - use "nullable_type_declaration_for_default_null_value"
  • Remove PhpdocVarAnnotationCorrectOrderFixer - use "phpdoc_var_annotation_correct_order"
  • Remove SingleLineThrowFixer - use "single_line_throw"

v1.17.1

01 Mar 06:52
bd5c32d
Compare
Choose a tag to compare
  • NoImportFromGlobalNamespaceFixer - fix for using trait (#231)

v1.17.0

29 Dec 12:34
Compare
Choose a tag to compare
  • Update PHP CS Fixer to v2.16
  • Add DataProviderStaticFixer
  • Add NoSuperfluousConcatenationFixer
  • Add PhpdocTypesTrimFixer
  • Feature: NoSuperfluousConcatenationFixer - add option "allow_preventing_trailing_spaces"
  • Feature: NoSuperfluousConcatenationFixer - handle concatenation of single and double quoted strings together
  • Deprecate NoUnneededConcatenationFixer
  • Deprecate NullableParamStyleFixer
  • Deprecate SingleLineThrowFixer
  • Allow symfony/finder 5.0
  • Add Windows OS support with AppVeyor

v1.16.2

07 Nov 16:57
2443b83
Compare
Choose a tag to compare
  • PhpdocSelfAccessorFixer - handle \E in FQCN (#174)

v1.16.1

28 Oct 14:34
8e3355a
Compare
Choose a tag to compare
  • Fix for OperatorLinebreakFixer handling multiple switch statements.

v1.16.0

24 Oct 20:02
Compare
Choose a tag to compare
  • Add PhpdocOnlyAllowedAnnotationsFixer
  • Feature: OperatorLinebreakFixer - handle object operators

v1.15.1

26 Aug 19:22
44e13a9
Compare
Choose a tag to compare
PhpdocNoSuperfluousParamFixer - bug with typed param (#130)

v1.15.0

19 Aug 20:00
Compare
Choose a tag to compare
  • Add CommentSurroundedBySpacesFixer
  • Add DataProviderReturnTypeFixer
  • Add NoDuplicatedImportsFixer