Skip to content
On this page

ScopeKeywordSpacing

Ensure there is a single space after scope keywords.

Scope

Squiz.WhiteSpace.ScopeKeywordSpacing

Description

The php keywords static, public, private, and protected should have one space after them.

Usage

xml
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.