e1c61689 | 15-Dec-2023 |
Andreas Möller |
Fix: Clean up .gitignore (#899) |
b95f3e77 | 11-Dec-2023 |
Andreas Möller |
Fix: Remove dead code (#888) |
5006cc0b | 11-Dec-2023 |
Sergey Panteleev |
Add Preview action (#893) |
9482f9bd | 07-Dec-2023 |
Andreas Möller |
Fix: Remove unused functions (#585) |
b76e2237 | 07-Dec-2023 |
Andreas Möller |
Fix: Use mt_srand() instead of srand() (#887) |
59c070f5 | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `blank_line_after_opening_tag` fixer (#875) |
25d2dc1c | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `no_spaces_after_function_name` fixer (#883) |
7406060c | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `include` fixer (#885) |
ec908ce2 | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `no_superfluous_elseif` fixer (#884) |
faf2e759 | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `no_singleline_whitespace_before_semicolons` fixer (#882) |
00342c40 | 07-Dec-2023 |
Andreas Möller |
Fix: Remove vim instruction (#880) |
a7b81171 | 07-Dec-2023 |
Andreas Möller |
Fix: Run 'make coding-standards' |
06840acb | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable blank_line_after_namespace fixer |
7b2c9af6 | 07-Dec-2023 |
Andreas Möller |
Fix: Run 'make coding-standards' |
2e6238f1 | 07-Dec-2023 |
Andreas Möller |
Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer |
5542743d | 07-Dec-2023 |
Andreas Möller |
Fix: Run 'make coding-standards' |
cb28db18 | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable is_null fixer |
57b259ea | 07-Dec-2023 |
Andreas Möller |
Fix: Run 'make coding-standards' |
384f1dbc | 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable ternary_operator_spaces fixer |
45d49c7e | 07-Dec-2023 |
Andreas Möller |
Fix: Remove emacs instruction (#876) |
18dad7b5 | 07-Dec-2023 |
Andreas Möller |
Fix: Return false instead of null (#878) |
9b12309e | 07-Dec-2023 |
Andreas Möller |
Fix: Remove useless function (#855) |
c093fb53 | 06-Dec-2023 |
Andreas Möller |
Enhancement: Enable `trailing_comma_in_multiline` fixer (#647) * Enhancement: Enable and configure trailing_comma_in_multiline fixer * Fix: Run 'make coding-standards' |
4ac417b3 | 06-Dec-2023 |
Andreas Möller |
Fix: Remove assignment from condition (#870) |
ede0692b | 06-Dec-2023 |
Andreas Möller |
Enhancement: Expose happy path (#406) * Enhancement: Expose happy path * Fix: Require file with absolute path * Fix: Return null instead of false |