1d73c26c | 12-Jul-2022 |
Andreas Möller |
Fix: Avoid generating code without space between comma and function argument Closes GH-650. |
0ee0117c | 12-Jul-2022 |
Andreas Möller |
Fix: Replace weird comment with DocBlock Closes GH-649. |
b3c9551c | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `no_extra_blank_lines` fixer Closes GH-646. |
aa0a6f3e | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `line_ending` fixer Closes GH-645. |
4bca56f3 | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `trim_array_spaces` fixer Closes GH-644. |
a35d47d0 | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `ordered_class_elements` fixer Closes GH-641. |
aab787eb | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `array_indentation` fixer Closes GH-634. |
16fd981d | 12-Jul-2022 |
Christoph M. Becker |
Include spam_challenge.php only once The file contains only definitions, and as such multiple inclusion would never make sense. |
184010c4 | 12-Jul-2022 |
Christoph M. Becker |
Remove silly syntax highlighting work around This is unlikely to be an issue nowadays. |
c68e5a9e | 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `single_space_after_construct` fixer Closes GH-640. |
f3585d9b | 11-Jul-2022 |
Andreas Möller |
Enhancement: Enable `indentation_type` fixer Closes GH-622. |
ba92fc90 | 11-Jul-2022 |
Andreas Möller |
Enhancement: Enable `visibility_required` fixer Closes GH-639. |
4b3e3c9a | 11-Jul-2022 |
Andreas Möller |
Enhancement: Enable `whitespace_after_comma_in_array` fixer Closes GH-637. |
38314244 | 11-Jul-2022 |
Andreas Möller |
Enhancement: Trim trailing whitespace in all files Closes GH-633. |
1b3e0e41 | 11-Jul-2022 |
Andreas Möller |
Enhancement: Enable no_trailing_whitespace fixer Closes GH-636. |
26e53d3a | 11-Jul-2022 |
Andreas Möller |
Fix: Remove commented out formats Closes GH-635. |
d3b6b3ed | 11-Jul-2022 |
Andreas Möller |
Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions Co-authored-by: Markus Staab <maggus.staab@googlemail.com> Closes GH-559. |
e45bf2b7 | 11-Jul-2022 |
Andreas Möller |
Fix: Remove unused methods Closes GH-607. |
f24a9f39 | 11-Jul-2022 |
Andreas Möller |
Fix: Remove unused parameters Closes GH-577. |
dc0eb0f2 | 11-Jul-2022 |
Andreas Möller |
Enhancement: Add Makefile Closes GH-621. |
d31e1873 | 09-Jul-2022 |
Andreas Möller |
Fix: Replace script with tests Closes GH-631. |
acb371e4 | 09-Jul-2022 |
Andreas Möller |
Enhancement: Extract constants to avoid mutable global state Closes GH-626. |
54d1bc22 | 09-Jul-2022 |
Andreas Möller |
Enhancement: Document namespace mapping Closes GH-625. |
b9da39a6 | 09-Jul-2022 |
Andreas Möller |
Fix: Move and rename tests (#628) |
46477db7 | 08-Jul-2022 |
Andreas Möller |
Enhancement: Use autoloader (#614) |