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
Hi,
first, thank you for phpstan!
I switched to union types and got following error:
Parameter #2 $pathConstraint (array|string|null) of method Pipeline::pipe() is not contravariant with parameter #2 $pathConstraint (array|null|string|null) of method PipelineInterface::pipe().