===================== Rule ``dir_constant`` ===================== Replaces ``dirname(__FILE__)`` expression with equivalent ``__DIR__`` constant. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Risky when the function ``dirname`` is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - `@Symfony:risky <./../../ruleSets/SymfonyRisky.rst>`_