lambda_not_used_import
Lambda must not import variables it doesn’t use.
--- Original +++ New <?php -$foo = function() use ($bar) {}; +$foo = function() {};
The rule is part of the following rule sets:
@PhpCsFixer
@Symfony