New PHP Fixers
November 11, 2019
We have introduced some new PHP fixers today, one of which has been added to our symfony
preset. Our new fixers are:
final_public_method_for_abstract_class
,final_static_access
,no_nullable_type_declarations
,nullable_type_declarations
,self_static_accessor
,single_line_throw
.
The single_line_throw
fixer has been added to our symfony
preset. Please do get in touch with us if you have any questions or comments!