Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 449 Bytes

PSR12.Namespaces.CompoundNamespaceDepth.md

File metadata and controls

11 lines (6 loc) · 449 Bytes

Pattern: Too many compound namespaces

Issue: -

Description

Ensures compound namespace use statements have a max depth of 2 levels. The max depth can be changed by setting the maxDepth sniff property in a ruleset.xml file.

Further Reading