Skip to content

Files

Latest commit

 

History

History
11 lines (7 loc) · 248 Bytes

WordPress.Classes.ClassInstantiation.md

File metadata and controls

11 lines (7 loc) · 248 Bytes

Pattern: Invalid class instantiation

Issue: -

Description

Verifies object instantiation statements.

  • Demand the use of parenthesis.
  • Demand no space between the class name and the parenthesis.
  • Forbid assigning new by reference.