Fork me on GitHub
a Sensio Labs Product

I ate three cookies πŸͺ (v3.40.2) edition

Rule class_reference_name_casingΒΆ

When referencing an internal class it must be written using the correct casing.

ExamplesΒΆ

Example #1ΒΆ

--- Original
+++ New
 <?php
-throw new \exception();
+throw new \Exception();

Rule setsΒΆ

The rule is part of the following rule sets:

Source classΒΆ

PhpCsFixer\Fixer\Casing\ClassReferenceNameCasingFixer