roslov / psr12ext

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

Exact `Generic.WhiteSpace.ScopeIndent` #31

Closed roslov closed 8 months ago

roslov commented 8 months ago
<rule ref="Generic.WhiteSpace.ScopeIndent">
    <properties>
        <property name="exact" value="true" />
    </properties>
</rule>

This fix will improve indentation: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Customisable-Sniff-Properties#genericwhitespacescopeindent

roslov commented 8 months ago

Fixed by #33.