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
Have you tried adding a string typehint to the constructor param? Or replacing the whole param with just ?string $namespace?
Also you probably shouldn't be trimming $namespace without first checking that it's not null.
Actually, by default it is null :
but it must be a string because of trim function :
So constructor must be defined by :
The text was updated successfully, but these errors were encountered: