coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

`SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse` marks `Psl\Type\null` as unused

Open simPod opened this issue 2 years ago • 0 comments

SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse thinks the import use function Psl\Type\null; is unused when we use null() in the code.

(https://github.com/slevomat/coding-standard/issues/1613#issuecomment-1733307645)

simPod avatar Oct 09 '23 07:10 simPod