Skip to content

PHP 8.4: Implicitly marking parameter as nullable is deprecated #227

@bloatware

Description

@bloatware

PHP 8.4 is not released yet, but just in case:

public function __construct(array $data = null)

public function __construct($name, array $attributes = null, $selfclosing = true)

Possibly elsewhere

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions