Skip to content

Files

Latest commit

 

History

History
9 lines (6 loc) · 191 Bytes

WordPress.CodeAnalysis.EmptyStatement.md

File metadata and controls

9 lines (6 loc) · 191 Bytes

Pattern: Empty statement

Issue: -

Description

Checks against empty statements:

  • two semi-colons with no executable code in between.
  • an empty PHP open - close tag combination.