roslov / psr12ext

PSR-12 Extended Coding Standard
MIT License
3 stars 1 forks source link

Enable `UnusedUse` #7

Closed roslov closed 2 years ago

roslov commented 4 years ago

SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse was disabled now because of the false positive.

To check whether it is fixed now, and enable it if working.

roslov commented 2 years ago

Fixed by #19.