Skip to content

Files

Latest commit

 

History

History
17 lines (10 loc) · 496 Bytes

PHPCompatibility.Classes.NewLateStaticBinding.md

File metadata and controls

17 lines (10 loc) · 496 Bytes

Pattern: Use of late static binding

Issue: -

Description

Detects use of late static binding as introduced in PHP 5.3.

Checks for:

  • Late static binding as introduced in PHP 5.3.
  • Late static binding being used outside of class scope (unsupported).

PHP version 5.3

Further Reading