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
Issue present in 3.0.0-alpha4. Happens when running vendor/bin/oxid fix:states -a. The diff function gets multidimensional arrays like this to compare:
Issue present in 3.0.0-alpha4. Happens when running
vendor/bin/oxid fix:states -a
. The diff function gets multidimensional arrays like this to compare:Then the function array_diff_assoc basically takes
['something' => 'SomeNamespace\\SomeClass']
and casts it to a string according to:https://www.php.net/manual/en/function.array-diff-assoc.php#refsect1-function.array-diff-assoc-notes
The text was updated successfully, but these errors were encountered: