You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about a new sniff, that checks for the length of the variable name, and gives a warning if it's below or above certain (changeable in phpcs.xml.dist) values?
Give exceptions for variables in for () statements?
There may already be a sniff in the PHPCS built-in standards that does this.
The text was updated successfully, but these errors were encountered:
How about a new sniff, that checks for the length of the variable name, and gives a warning if it's below or above certain (changeable in
phpcs.xml.dist
) values?Give exceptions for variables in
for ()
statements?There may already be a sniff in the PHPCS built-in standards that does this.
The text was updated successfully, but these errors were encountered: