Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 488 Bytes

WordPress.PHP.StrictInArray.md

File metadata and controls

12 lines (7 loc) · 488 Bytes

Pattern: Use of in_array() without strict parameter

Issue: -

Description

Flags calling in_array(), array_search() and array_keys() without true as the third parameter.

Further Reading