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
The comment about stringify_attributes() says that the first parameter may be a string, an array and an object type. But I don't see code to handle the object type case, for example a type check and get_object_vars() call.
The text was updated successfully, but these errors were encountered:
ivantcholakov
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jul 19, 2020
https://github.com/codeigniter4/CodeIgniter4/blob/v4.0.4/system/Common.php#L1007
The comment about stringify_attributes() says that the first parameter may be a string, an array and an object type. But I don't see code to handle the object type case, for example a type check and get_object_vars() call.
The text was updated successfully, but these errors were encountered: