1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Möller
11c5706c39 Enhancement: Enable random_api_migration fixer
Co-authored-by: Mathias Reker <mathias@reker.dk>

Closes GH-699.
2022-09-16 13:51:25 +02:00
Andreas Möller
2ae10ff262 Enhancement: Enable and configure increment_style fixer
Co-authored-by: Mathias Reker <mathias@reker.dk>

Closes GH-698.
2022-09-12 15:27:05 +02:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +02:00
Andreas Möller
57f505ed58 Enhancement: Enable and configure concat_space fixer
Closes GH-657.
2022-08-22 19:04:47 +02:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
c304829d21 Enhancement: Enable and configure class_attributes_separation fixer
Closes GH-643.
2022-08-22 18:00:08 +02:00
Andreas Möller
cdb83249d3 Enhancement: Enable switch_case_space fixer
Closes GH-669.
2022-08-22 16:59:10 +02:00
Sergey Panteleev
ce46c26db0 Ignore include/releases.inc file in CS-Fixer (#681) 2022-08-04 12:07:14 +03:00
Andreas Möller
2a01e8d922 Fix: Use relative file name, not absolute path to file
Closes GH-670.
2022-07-17 12:05:53 +02:00
Andreas Möller
f127de5db9 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.
2022-07-15 14:48:44 +02:00
Andreas Möller
b575ebd409 Enhancement: Include *.inc files (with exceptions)
Closes GH-662.
2022-07-15 13:57:08 +02:00
Andreas Möller
d7e1b8159c Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-660.
2022-07-15 13:50:13 +02:00
Andreas Möller
b3c9551c93 Enhancement: Enable no_extra_blank_lines fixer
Closes GH-646.
2022-07-12 14:26:18 +02:00
Andreas Möller
aa0a6f3ee0 Enhancement: Enable line_ending fixer
Closes GH-645.
2022-07-12 13:50:03 +02:00
Andreas Möller
4bca56f307 Enhancement: Enable trim_array_spaces fixer
Closes GH-644.
2022-07-12 13:26:23 +02:00
Andreas Möller
a35d47d060 Enhancement: Enable ordered_class_elements fixer
Closes GH-641.
2022-07-12 12:39:00 +02:00
Andreas Möller
aab787eb10 Enhancement: Enable array_indentation fixer
Closes GH-634.
2022-07-12 12:25:12 +02:00
Andreas Möller
c68e5a9e4a Enhancement: Enable single_space_after_construct fixer
Closes GH-640.
2022-07-12 11:44:23 +02:00
Andreas Möller
f3585d9bdf Enhancement: Enable indentation_type fixer
Closes GH-622.
2022-07-11 20:34:20 +02:00
Andreas Möller
ba92fc90a2 Enhancement: Enable visibility_required fixer
Closes GH-639.
2022-07-11 20:16:40 +02:00
Andreas Möller
4b3e3c9a6b Enhancement: Enable whitespace_after_comma_in_array fixer
Closes GH-637.
2022-07-11 20:13:00 +02:00
Andreas Möller
1b3e0e41c4 Enhancement: Enable no_trailing_whitespace fixer
Closes GH-636.
2022-07-11 19:54:57 +02:00
Andreas Möller
d3b6b3ed67 Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>

Closes GH-559.
2022-07-11 19:19:15 +02:00