=================================== Rule ``get_class_to_class_keyword`` =================================== Replace ``get_class`` calls on object variables with class keyword syntax. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Risky if the ``get_class`` function is overridden. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - `@Symfony:risky <./../../ruleSets/SymfonyRisky.rst>`_