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 code checks on my repository, a PHP Notice is produced.
PHP Notice: Undefined index: parenthesis_closer in C:\Users\ajame\Documents\runner-test\vendor\squizlabs\php_codesniffer\CodeSniffer\File.php on line 3321
I am using version 2.6.0 installed through composer. If I set composer to download the version from the master branch, the error persists.
PHP Notice: Undefined index: parenthesis_closer in C:\Users\ajame\Documents\gitlab-runner-test\vendor\squizlabs\php_codesniffer\CodeSniffer\File.php on line 3310
gsherwood
changed the title
Undefined index: parenthesis_closer
Syntax error in JS file can cause undefined index for parenthesis_closer
May 30, 2016
When running code checks on my repository, a PHP Notice is produced.
PHP Notice: Undefined index: parenthesis_closer in C:\Users\ajame\Documents\runner-test\vendor\squizlabs\php_codesniffer\CodeSniffer\File.php on line 3321
The error is found in this function:
The error is produced by this invalid javascript file:
Notice the missing
);
at the end of the$(document).ready
.The text was updated successfully, but these errors were encountered: