Skip to content
On this page

ArrayBracketSpacing

Ensure that there are no spaces around square brackets.

Scope

Squiz.Arrays.ArrayBracketSpacing

Description

When referencing arrays you should not put whitespace around the opening bracket or before the closing bracket.

Usage

xml
<rule ref="Squiz.Arrays.ArrayBracketSpacing"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.