kamilwylegala / cakephp2-php8

CakePHP 2 fork that supports PHP 8
122 stars 59 forks source link

Fix passing a null input to h function #56

Closed diegosurita closed 9 months ago

diegosurita commented 9 months ago

Fix the following deprecation warning: Deprecated (8192): htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated [vendor/cakephp/cakephp/lib/Cake/basics.php, line 231]

kamilwylegala commented 9 months ago

Thank you for your contribution, merging.