PHPCheckstyle Code
Brought to you by:
hkodungallur,
tchule
changed | /wiki/Checks.wiki |
--- a/wiki/Checks.wiki +++ b/wiki/Checks.wiki @@ -284,6 +284,9 @@ == variableVariable == Avoid using variable variables (like $$a). +== thisInStatic == +$this cannot be used inside a static function. + = Unused = == checkUnusedPrivateFunctions ==