============= Rule ``psr4`` ============= Class names should match the file name. .. warning:: Using this rule is risky. This fixer may change your class name, which will break the code that depends on the old name. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@