-
Issue #1588762: Fixed new line false positive in CSS selector sniff.
-
Added online documentation links to README.
-
Fixed undefined string index errors in function comment sniff, added a check for missing function short descriptions.
-
Improved function doc block sniff to be more strict on the short description.
-
Issue #1535558 by TravisCarden: Fixed a missing core global variable name.
-
Fixed variable name sniff to detect variables starting upper case.
-
Issue #1547082: Don't throw spacing errors for '=&' reference assignments.
-
Fixed scope indentation sniff to also detect too much indentation after closing curly brackets.
-
Issue #1537100: Introduced our own scope indentation sniff to be more strict regarding to much identation of statements.
-
Fixed watchdog() sniff to detect a missing argument.