Unused use
statements must be removed.
--- Original
+++ New
<?php
use \DateTime;
-use \Exception;
new DateTime();
The rule is part of the following rule sets:
- @PhpCsFixer
- Using the @PhpCsFixer rule set will enable the
no_unused_imports
rule. - @Symfony
- Using the @Symfony rule set will enable the
no_unused_imports
rule.