Skip to content

v1.5.0 Coding Standard

Compare
Choose a tag to compare
@paulbalandan paulbalandan released this 13 Sep 05:33
v1.5.0
7c2344a

Added

  • docs: add CONTRIBUTING.md (#3)
  • Normalize composer.json
  • Add "static analysis" Composer keyword (#2)

Fixed

  • chore: fix editorconfig (#4)

Changed

  • Enable ensure_single_space option of whitespace_after_comma_in_array
  • Use the space_multiple_catch option of types_spaces
  • Fix multi-lines
  • Add group_to_single_imports option to single_import_per_statement
  • Enable date_time_create_from_format_call
  • Add options to new_with_braces
  • Add order option to phpdoc_order
  • Add the trailing_comma_single_line option to function_declaration
  • Enable curly_braces_position
  • Enable single_line_comment_spacing
  • Enable no_trailing_comma_in_singleline
  • Add inline_constructor_arguments option to class_definition
  • Enable statement_indentation
  • Enable no_useless_nullsafe_operator
  • Enable no_multiple_statements_per_line
  • Enable control_structure_braces
  • Enable blank_line_between_import_groups
  • Remove deprecated fixers
  • Configure groups option in phpdoc_separation rule
  • Bump php-cs-fixer version

New Contributors

Full Changelog: v1.4.0...v1.5.0