kamilwylegala / cakephp2-php8

CakePHP 2 fork that supports PHP 8
116 stars 51 forks source link

Fix passing null deprecation warning on CakeText::insert method #59

Closed diegosurita closed 6 months ago

diegosurita commented 6 months ago

Warning message: Deprecated (8192): preg_quote(): Passing null to parameter #1 ($str) of type string is deprecated [vendor/cakephp/cakephp/lib/Cake/Utility/CakeText.php, line 168]

kamilwylegala commented 6 months ago

Thanks! Merging!