Rule set as used by the PHP-CS-Fixer development team, highly opinionated. This set contains rules that are risky.
- @Symfony:risky
- comment_to_phpdoc
- final_internal_class
- native_constant_invocation
config:
['fix_built_in' => false, 'include' => ['DIRECTORY_SEPARATOR', 'PHP_INT_SIZE', 'PHP_SAPI', 'PHP_VERSION_ID'], 'scope' => 'namespaced', 'strict' => true]
- no_alias_functions
config:
['sets' => ['@all']]
- no_unreachable_default_argument_value
- no_unset_on_property
- php_unit_strict
- php_unit_test_case_static_method_calls
- strict_comparison
- strict_param