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
First of all, many thanks for your efforts!
Better to drop argument type for Encoder::escapeValue as compatibility is broken when the source array contains integers.
private function escapeValue( >>string<< &$str): string
Fatal error: Uncaught TypeError: Argument 1 passed to EDI\Encoder::escapeValue() must be of the type string, integer given
The text was updated successfully, but these errors were encountered:
First of all, many thanks for your efforts!
Better to drop argument type for Encoder::escapeValue as compatibility is broken when the source array contains integers.
private function escapeValue( >>string<< &$str): string
Fatal error: Uncaught TypeError: Argument 1 passed to EDI\Encoder::escapeValue() must be of the type string, integer given
The text was updated successfully, but these errors were encountered: