-
Notifications
You must be signed in to change notification settings - Fork 59
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
unrecognized node type PhpParser\Node\Expr\FuncCall
#743
Comments
This define('REGEX_EMAIL', defined('ENCODING_CHARSET') && (false !== stripos(ENCODING_CHARSET, StringConverter::UTF_8)) ? REGEX_MAIL_UTF8 : REGEX_MAIL_OLD); Contains a function call, and can likely not be evaluated |
I see - thank you. I tried to ignore this error via
but it seems I miss something. the first ignore-rule works as expected for other errors, but it seems I am not able to ignore the |
No clue: the YAML-based exclusions are not part of this package, since I wouldn't touch YAML anyway 😛 |
Oh I see. Is there a different way of ignoring errors? |
#737 provides that, but we had difficulties landing it due to CI setup requiring work (for which I simply couldn't find the time ;_; ) |
using Nyholm/roave-bc-check-docker we run a github action on a codebase which contains a
lib/RegexFormats.php
file:roave/backward-compatibility-check reports
and I don't know what this error is trying to tell me ;)
The text was updated successfully, but these errors were encountered: