Skip to content

Releases: ComLaude/php-formatter

Now using parallel run by default

17 Jun 10:50
2d94c63

Choose a tag to compare

What's Changed

  • Added parallel-by-default config by @SloEddy in #4

Full Changelog: 1.0.3...1.0.4

Changed deprecated rule name

14 Nov 16:19
77424c4

Choose a tag to compare

  • changed friendsofphp/php-cs-fixer minimum version to 3.38
  • replaced deprecated function_typehint_space with type_declaration_spaces
  • replaced deprecated no_unneeded_curly_braces with no_unneeded_braces

Changed deprecated rule name

20 Sep 10:29

Choose a tag to compare

1.0.2

Changed deprecated rule name.

Fixed exit code and --help support added

24 May 13:38
c077caa

Choose a tag to compare

Supporting --help and exit code. (#2)

* Supporting --help and exit code.

* Newline at end of file.

First release

20 May 14:27
ec3bd31

Choose a tag to compare

Spike cp 75 code formatting (#1)

* Added wrapper for php-cs-fixer with config based defaults.

* Logic cleanup.

* Fixed executable permission and shebang.

* Some readme fixes.

* Minor fixes, applied the formatter to itself!

* More alignment cleanup.

* Renamed default config file.