Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 260 Bytes

PSR2.ControlStructures.ClosingBracePlacement.md

File metadata and controls

7 lines (4 loc) · 260 Bytes

Pattern: Malformed closing brace for control keyword

Issue: -

Description

Ensures control structure keywords are on the same line as the closing brace from the earlier body. Applies to catch, finally else, elseif, and do/while structures.