Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 560 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 560 Bytes

CHANGELOG

This changelog references the relevant changes done between versions.

To get the diff for a specific change, go to https://github.com/kreta/PhpCsFixerConfig/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/kreta/PhpCsFixerConfig/compare/v1.0.0...v1.1.0

  • 1.0.3
    • Removed nonexistent space_after from return_type_declaration rule.
  • 1.0.2
    • Removed simplified_null_return rule.
  • 1.0.1
    • Removed binary_operator_spaces align_equals rule.
  • 1.0.0
    • Initial release.