
@Symfony:risky
¶Rules that follow the official Symfony Coding Standards. This set contains rules that are risky.
fopen_flags
config:
['b_mode' => false]
function_to_constant
config:
['functions' => ['get_called_class', 'get_class', 'get_class_this', 'php_sapi_name', 'phpversion', 'pi']]
native_function_invocation
config:
['include' => ['@compiler_optimized'], 'scope' => 'namespaced', 'strict' => true]
non_printable_character
config:
['use_escape_sequences_in_strings' => true]