roslov / psr12ext

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

Enable `IncorrectLinesCountBeforeNamespace` #8

Closed roslov closed 3 years ago

roslov commented 4 years ago

SlevomatCodingStandard.Namespaces.NamespaceSpacing.IncorrectLinesCountBeforeNamespace was disabled now because of the false positive.

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

roslov commented 3 years ago

Done by #16.