Project

General

Profile

Task #104188

Updated by Stefan Bürk 5 months ago

With PHP 8.4 marking method parameter implicitly nullable 
 is depreacted and will emit a `E_DEPRECATED` warning. One 
 recommended way to resolve this, is making it explicitly 
 nullable using the `?` nullable operator. [1] 

 [1] https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

Back