Fix implicit nullable parameter deprecation for PHP 8.4

On PHP 8.4, ContentEntity::create() triggers a deprecation warning:

Implicitly marking parameter $migration as nullable is deprecated, the explicit nullable type must be used instead

Merge request reports

Loading