issues
search
wp-cli
/
scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165
stars
87
forks
source link
PHPCS: fix up the code base [3] - strict comparisons
#209
Closed
jrfnl
closed
5 years ago
jrfnl
commented
5 years ago
Fixes relate to the following rules:
Use strict comparisons.
Use the
$strict
parameter when calling
in_array()
.
Fixes relate to the following rules:
$strict
parameter when callingin_array()
.