-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: Undefined index: parenthesis_closer #248
Comments
@wedi thanks for the report. Do you have some sample PHP code which causes this notice to appear? |
Unfortunately no. As you can see above it hasn't told me where the error was triggered and in the meantime I switched to WordPress-Core, removed all codestyle issues there, did some more coding and now it doesn't show up anymore. |
Closing for now then, but if anyone triggers the same error (I think I've seen it too, but I was too busy to stop and take notes), then feel free to post and it can be re-opened. |
I got this error with this code as it is missing a bracket at the end. echo add_filter( get_the_excerpt( get_the_ID() ) ;
Was running |
I suggest adding a complete review for "live coding" type of situations (which will typically be code with parse errors like this) to the other reviews as suggested in #763, #764 @grappler Just wondering: did the |
@jrfnl No, because the PHPCS failed at that point but |
@grappler Ok, good. |
Good day!
When checking my plugin files using your great work I get the following notice:
Notice: Undefined index: parenthesis_closer in WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php on line 117
The text was updated successfully, but these errors were encountered: