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
If this bind is not actually used, the error is attached to the last service that the rule was applied to. So, something like:
Unused binding "$variableName" in service ".abstract.instanceof.App\Twig\AppExtension".
A better error would be:
You have a "bind" configured for an argument named $variableName. But, this argument was not found in any of the services it was applied to. The bind may be unused and can be removed. Or, the bind may have a typo.
linaori, yceruto, Loupax, sstok, yaffol and 13 more