Namespaces
Table of Contents
Classes
- DisallowCurlyBraceSyntaxSniff
- Disallow the use of namespace declarations using the curly brace syntax.
- DisallowDeclarationWithoutNameSniff
- Forbids the use of namespace declarations without a namespace name.
- EnforceCurlyBraceSyntaxSniff
- Enforce the use of namespace declarations using the curly brace syntax.
- OneDeclarationPerFileSniff
- Disallow having more than one namespace declaration in a file.