4.2.25. Remove Unused Use

Removes the unused use expression from the top of the file. Groupuse are not processed yet.

4.2.25.1. Before

<?php

use a\b;
use c\d;

new b();

?>

4.2.25.2. After

<?php

use a\b;

new b();

?>

4.2.25.3. Suggested Analysis

4.2.25.4. Specs

Short Name

Namespaces/RemoveUse

Exakat version

2.3.0

Available in

Entreprise Edition, Exakat Cloud