Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 381 Bytes

PSR12.Classes.ClosingBrace.md

File metadata and controls

11 lines (6 loc) · 381 Bytes

Pattern: Closing brace followed by comment/statement

Issue: -

Description

Enforces that closing braces of classes/interfaces/traits/functions are not followed by a comment or statement.

Further Reading