issues
search
PHPCSStandards
/
PHPCSUtils
A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54
stars
7
forks
source link
Tests/GetConditionTest: minor improvements
#536
Closed
jrfnl
closed
10 months ago
jrfnl
commented
10 months ago
Add parameter names as indexes in the data sets in data providers.
Use the more stable
is_string()
instead of a comparison against
false
for the token retrieval safeguard.
Improve type specificity in the docblocks.
is_string()
instead of a comparison againstfalse
for the token retrieval safeguard.