Implicit nullable parameter PHP seperti `Type $x = null` perlu dirapikan menjadi `?Type $x = null`. Ini cara aman memperbaikinya di plugin WordPress.
PHP 8.4 deprecation
1 Article
Implicit nullable parameter PHP seperti `Type $x = null` perlu dirapikan menjadi `?Type $x = null`. Ini cara aman memperbaikinya di plugin WordPress.