=========================== Rule ``no_useless_sprintf`` =========================== There must be no ``sprintf`` calls with only the first argument. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Risky when if the ``sprintf`` function is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - `@Symfony:risky <./../../ruleSets/SymfonyRisky.rst>`_