Skip to content
On this page

DisallowShortArraySyntax

Bans the use of the PHP short array syntax.

Scope

Generic.Arrays.DisallowShortArraySyntax

Description

Long array syntax must be used to define arrays.

Usage

xml
<rule ref="Generic.Arrays.DisallowShortArraySyntax"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.