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
When running PHPCS 2.7.1 on html5.js I get the following PHP notice.
Processing html5.js PHP Notice: Undefined index: */ in CodeSniffer/Tokenizers/JS.php on line 730
Notice: Undefined index: */ in CodeSniffer/Tokenizers/JS.php on line 730
[JS => 1813 tokens in 278 lines]... DONE in 38ms (0 errors, 0 warnings)
The text was updated successfully, but these errors were encountered:
The file has a syntax error in it, where the first comment does not open the comment correctly, so PHPCS (and tools like JSLint) can't match the comments correctly:
Related to #1271
When running PHPCS 2.7.1 on html5.js I get the following PHP notice.
The text was updated successfully, but these errors were encountered: