Skip to content

0.3.0

Compare
Choose a tag to compare
@erickskrauch erickskrauch released this 06 Dec 21:25
· 39 commits to master since this release
2140798

Added

  • array_indentation fixer.
  • combine_consecutive_issets fixer.
  • combine_nested_dirname fixer.
  • dir_constant fixer.
  • ereg_to_preg fixer.
  • explicit_string_variable fixer.
  • implode_call fixer.
  • is_null fixer.
  • list_syntax fixer.
  • logical_operators fixer.
  • lowercase_cast fixer.
  • lowercase_static_reference fixer.
  • magic_constant_casing fixer.
  • magic_method_casing fixer.
  • multiline_whitespace_before_semicolons fixer.
  • native_function_casing fixer.
  • no_alternative_syntax fixer.
  • no_homoglyph_names fixer.
  • no_leading_import_slash fixer.
  • no_leading_namespace_whitespace fixer.
  • no_mixed_echo_print fixer.
  • no_multiline_whitespace_around_double_arrow fixer.
  • no_php4_constructor fixer.
  • no_spaces_around_offset fixer.
  • no_superfluous_elseif fixer.
  • no_unneeded_control_parentheses fixer.
  • no_useless_return fixer.
  • php_unit_construct fixer.
  • php_unit_expectation fixer.
  • php_unit_method_casing fixer.
  • php_unit_mock fixer.
  • php_unit_namespaced fixer.
  • php_unit_set_up_tear_down_visibility fixer.
  • php_unit_strict fixer.
  • pow_to_exponentiation fixer.
  • psr4 fixer.
  • return_assignment fixer.
  • random_api_migration fixer.
  • self_accessor fixer.
  • set_type_to_cast fixer.
  • short_scalar_cast fixer.
  • space_after_semicolon fixer.
  • standardize_increment fixer.
  • standardize_not_equals fixer.
  • trim_array_spaces fixer.
  • unary_operator_spaces fixer.

Changed

  • friendsofphp/php-cs-fixer version bumped to ^2.13.0.

Fixed

  • ordered_imports now has fixed order of import types.