Skip to content

Commit

Permalink
minor #5672 DX: do not test deprecated fixer (kubawerlos)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.19-dev branch.

Discussion
----------

DX: do not test deprecated fixer

Cleanup for #4238.

Commits
-------

b0360f1 DX: do not test deprecated fixer
  • Loading branch information
keradus committed May 3, 2021
2 parents 5698474 + b0360f1 commit c4998e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Integration/misc/PHP7_4.test
Expand Up @@ -9,7 +9,7 @@ PHP 7.4 test.
"no_null_property_initialization": true,
"no_unset_on_property": true,
"pow_to_exponentiation": true,
"trailing_comma_in_multiline_array": {"after_heredoc": true},
"trailing_comma_in_multiline": {"after_heredoc": true},
"visibility_required": false
}
--REQUIREMENTS--
Expand Down

0 comments on commit c4998e5

Please sign in to comment.