Skip to content

v1.3.0

Compare
Choose a tag to compare
@provokateurin provokateurin released this 18 Sep 15:54
· 3 commits to master since this release
v1.3.0
e2e6cb1

Changed

  • trailing_comma_in_multiline: Add a trailing comma to multline function parameters
  • MultilinePromotedPropertiesFixer: Break promoted properties on multiple lines
  • ErickSkrauch/blank_line_before_return: Add a blank line before each return
  • ErickSkrauch/line_break_after_statements: Add a blank line after all control statements
  • concat_space: Concatenation should be spaced
  • nullable_type_declaration: Changes DateTimeInterface|null to ?DateTimeInterface