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

Enhancement: Enable random_api_migration fixer

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

Closes GH-699.
This commit is contained in:
Andreas Möller
2022-09-16 13:51:25 +02:00
committed by GitHub
parent 9752e1b90d
commit 11c5706c39
3 changed files with 7 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ $config
'no_extra_blank_lines' => true,
'no_trailing_whitespace' => true,
'ordered_class_elements' => true,
'random_api_migration' => true,
'single_space_after_construct' => true,
'strict_param' => true,
'switch_case_space' => true,