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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using Symfony with Doctrine.
While doing so, the following error occurred in the analyzer:
error[too-many-arguments]: Too many arguments provided for method
Doctrine\ORM\QueryBuilder::andWhere. Expected 0 argument(s), but received 1.I am aware that this is technically correct,
since the andWhere function in Doctrine looks like this:
Now my question is how this topic should be handled properly.
Declaring too-many-arguments as a warning would not really be the right solution.
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions