========================= Rule ``fopen_flag_order`` ========================= Order the flags in ``fopen`` calls, ``b`` and ``t`` must be last. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Risky when the function ``fopen`` is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - `@Symfony:risky <./../../ruleSets/SymfonyRisky.rst>`_