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
When changes were made to the method __call in the main Arabic class to address #10 & #19. Some params are not passed to the called method if it's not one of the types (string, numeric, and array) specified in the foreach which applied to filter the params.
For example, when trying to implement #29 by passing a boolean flag to the method, it was not passed to the target method.
There should a catch all clause to pass any params which is not processed by the foreach.
The text was updated successfully, but these errors were encountered:
When changes were made to the method
__call
in the main Arabic class to address #10 & #19. Some params are not passed to the called method if it's not one of the types (string, numeric, and array) specified in the foreach which applied to filter the params.For example, when trying to implement #29 by passing a boolean flag to the method, it was not passed to the target method.
There should a catch all clause to pass any params which is not processed by the foreach.
The text was updated successfully, but these errors were encountered: