Skip to content

Files

Latest commit

 

History

History
9 lines (5 loc) · 249 Bytes

PHPCompatibility.Keywords.ForbiddenNamesAsDeclared.md

File metadata and controls

9 lines (5 loc) · 249 Bytes

Pattern: Use of forbidden name as declared

Issue: -

Description

Detects the use of some reserved keywords to name a class, interface, trait or namespace. Emits errors for reserved words and warnings for soft-reserved words.

PHP version 7.0+