History log of /web-php/src/News/Entry.php (Results 1 – 13 of 13)
Revision Date Author Comments
# 9709f819 06-Dec-2023 Andreas Möller

Enhancement: Enable `class_definition` fixer (#863)


# 2ae10ff2 12-Sep-2022 Andreas Möller

Enhancement: Enable and configure `increment_style` fixer

Co-authored-by: Mathias Reker <mathias@reker.dk>

Closes GH-698.


# 1ebc2c49 22-Aug-2022 Andreas Möller

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


# c304829d 22-Aug-2022 Andreas Möller

Enhancement: Enable and configure `class_attributes_separation` fixer

Closes GH-643.


# f127de5d 15-Jul-2022 Andreas Möller

Enhancement: Enable `strict_param` fixer

We set strict param to false to ensure current behavior,
except for two cases where it is safe to go with true.

Closes GH-658.


# b3c9551c 12-Jul-2022 Andreas Möller

Enhancement: Enable `no_extra_blank_lines` fixer

Closes GH-646.


# a35d47d0 12-Jul-2022 Andreas Möller

Enhancement: Enable `ordered_class_elements` fixer

Closes GH-641.


# 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.


# e45bf2b7 11-Jul-2022 Andreas Möller

Fix: Remove unused methods

Closes GH-607.


# c6acddf1 06-Jul-2022 Kamil Tekiela

Remove id prefix (#618)


# d6f23ea1 29-Jun-2022 Andreas Möller

Fix: Move class into src/ (#581)