-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
unnötiges rex_escape
melden
#383
Comments
Wie ist es hier? function foo(int|string $value) {
echo rex_escape($value);
} Wenn int Teil eines Unions ist, der Einfachheit halber vielleicht |
In deinem beispiel würd ich keinen error werfen.. es geht ja nicht um sicherheit o.ä. Sondern rein um lesbarkeit |
|
bei escaping von klassen-konstanten die keine quotes enthalten, könnte man generell auch auf escaping verzichten |
Nicht nur Quotes. |
Feature description / Feature Beschreibung
rex_escape($id)
wenn$id
ein nativerint
ist, soll einen error erzeugen, wenn strikt-rules aktiviert sind.wenn
$id
denint
via phpdoc bekommt, aber nichtThe text was updated successfully, but these errors were encountered: