slimphp / PHP-View

A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
MIT License
264 stars 60 forks source link

Passing null to parameter #1 ($string) is deprecated in htmlspecialchars() function. #110

Closed jeijei4 closed 3 weeks ago

jeijei4 commented 1 month ago

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated.

odan commented 1 month ago

Thanks for the PR. Would you please change the yoda condition with a normal condition? After that I can merge it.

odan commented 3 weeks ago

The example has been updated. Thanks for the contribution.