Skip to content

[FIX] Tiki PHP 8.4 deprecation: Resolve Implicitly marking a parameter as nullable is deprecated since PHP 8.4

Steven ngesera requested to merge Shadow243/tiki:php-8-4-deprecations into master

Resolve Deprecations:

 18 | WARNING | Implicitly marking a parameter as nullable is deprecated since
    |         | PHP 8.4. Update the type to be explicitly nullable instead.
    |         | Found implicitly nullable parameter: $encoding.
    |         | (PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated)

Merge request reports