fopen_flag_order
Order the flags in fopen calls, b and t must be last.
fopen
b
t
Risky when the function fopen is overridden.
--- Original +++ New <?php -$a = fopen($foo, 'br+'); +$a = fopen($foo, 'r+b');
The rule is part of the following rule sets:
@PhpCsFixer:risky
@Symfony:risky