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
Fix error when proxying a method with a mixed argument with a null de…
…fault value
Without this change, trying to proxy a Symfony\Component\Console\Command\Command
would result in an InvalidArgumentException `Type "mixed" cannot be nullable` from
the Laminas code generator.