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 using this library with PHP 8.1, a deprecation warning is triggered: fwrite(): Passing null to parameter #2 ($data) of type string is deprecated
(see: phayes#190)
When using this library with PHP 8.1, a deprecation warning is triggered:
fwrite(): Passing null to parameter #2 ($data) of type string is deprecated
This can easily be fixed by type casting the
$input
variable to string.See this PR #191
The text was updated successfully, but these errors were encountered: