Skip to content

Deprecated: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead #510

@lisachenko

Description

@lisachenko

There are bunch of places where nullable type is declared via "= null" expressions in the code, need to fix them and switch to explicit nullable types.

For example,

Deprecated:  Go\Proxy\Part\InterceptedConstructorGenerator::__construct(): Implicitly marking parameter $constructor as nullable is deprecated,
the explicit nullable type must be used instead in ./src/Proxy/Part/InterceptedConstructorGenerator.php on line 37

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions