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
After #269 was closed, I was fixing my code to comply with doctrine recommendations and noticed that the exception is not thrown if the parameter type is defined inside an array:
The below code does give the exception QueryBuilderSetParameter: To improve performance set explicit type for objects
After #269 was closed, I was fixing my code to comply with doctrine recommendations and noticed that the exception is not thrown if the parameter type is defined inside an array:
The below code does give the exception
QueryBuilderSetParameter: To improve performance set explicit type for objects
but this code does not:
The text was updated successfully, but these errors were encountered: