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 Apr 28, 2024. It is now read-only.
The first argument, $format is at conflict with the second, $stringEncode.
This leads to scenarios where you have code like
$validators->rules('json', false);
or
$validators->rules('json', true);
which makes it very difficult to predict what the output will be. In fact, this is happening within UF Core right now, where the latter example is used.
There is no way this problem could be addressed without a semver major change, as any action would result in potentially changed outputs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The first argument,
$format
is at conflict with the second,$stringEncode
.This leads to scenarios where you have code like
or
which makes it very difficult to predict what the output will be. In fact, this is happening within UF Core right now, where the latter example is used.
There is no way this problem could be addressed without a semver major change, as any action would result in potentially changed outputs.
The text was updated successfully, but these errors were encountered: