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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Soz, I tried to make PR, but I couldn't find any contribute instructions nor had permissions to push master / my local branch. So I've tried more and finaly found out how (fork).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[5] Working with the bundle
'entry_type' => new OptionsFilterType()
should be'entry_type' => OptionsFilterType::class
First one results in
Expected argument of type "string", "...\OptionsFilterType" given
.The text was updated successfully, but these errors were encountered: