Rule set @Symfony:risky
¶
Rules that follow the official Symfony Coding Standards.
Warning¶
This set contains rules that are risky¶
Using this rule set may lead to changes in your code’s logic and behaviour. Use it with caution and review changes before incorporating them into your code base.
Rules¶
fopen_flags with config:
['b_mode' => false]
native_constant_invocation with config:
['strict' => false]
native_function_invocation with config:
['include' => ['@compiler_optimized'], 'scope' => 'namespaced', 'strict' => true]