Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 520 Bytes

PHPCompatibility.Constants.NewMagicClassConstant.md

File metadata and controls

16 lines (9 loc) · 520 Bytes

Pattern: Use magic ::class constant

Issue: -

Description

Detects usage of the magic ::class constant introduced in PHP 5.5.

The special ClassName::class constant is available as of PHP 5.5.0, and allows for fully qualified class name resolution at compile time.

PHP version 5.5

Further Reading