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
There are multiple parts of the library that started producing warnings after upgrading PHP to version 8.1
One of these warnings is:
PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /paxflow/templatesc/__Mustache_365e16969d0bf799e38423c6770dd045.php on line 693
For now we are fixing this by converting null values to empty string (to silence the warnings) but that feels bad.
Probably an easy fix in the library, right?
The text was updated successfully, but these errors were encountered:
There are multiple parts of the library that started producing warnings after upgrading PHP to version 8.1
One of these warnings is:
Generated by:
From template:
For now we are fixing this by converting null values to empty string (to silence the warnings) but that feels bad.
Probably an easy fix in the library, right?
The text was updated successfully, but these errors were encountered: