WordPress-Coding-Standards/Sniffs/Variables
Shady Sharaf f2016a5a2b Add Sniff class to check for variable occurances
This handles:
- Plain variables, ex: $foo
- Object vars, ex: $foo->bar
- Array members, ex: $foo['bar']
And it supports searching for all of the previous within double quoted strings as well.
2013-10-26 21:24:59 +02:00
..
VariableRestrictionsSniff.php Add Sniff class to check for variable occurances 2013-10-26 21:24:59 +02:00