Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 485 Bytes

SlevomatCodingStandard.TypeHints.LongTypeHints.md

File metadata and controls

11 lines (6 loc) · 485 Bytes

Pattern: Use of long type hint

Issue: -

Description

Enforces using shorthand scalar typehint variants in phpDocs: int instead of integer and bool instead of boolean. This is for consistency with native scalar typehints which also allow shorthand variants only.

Further Reading