Problem/Motivation

Drupal: 10.6
PHP: 8.4

Still using 1.10 until we finally move to the last release, noticing the following PHP deprecation errors:

PHP Deprecated: Drupal\config_split\Plugin\ConfigFilter\SplitFilter::__construct(): Implicitly marking parameter $secondary as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/config_split/src/Plugin/ConfigFilter/SplitFilter.php on line 66

PHP Deprecated: Drupal\config_split\ConfigSplitCliService::export(): Implicitly marking parameter $active as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/config_split/src/ConfigSplitCliService.php on line 295

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

andreastkdf created an issue. See original summary.

andreastkdf changed the visibility of the branch 3593936-php-8.4-deprecation to hidden.

andreastkdf changed the visibility of the branch 3593936-php-8.4-deprecation to active.

andreastkdf’s picture

Assigned: andreastkdf » Unassigned
Status: Active » Needs review

beunerd made their first commit to this issue’s fork.

beunerd’s picture

Pushed a fix for the same implicit-nullable-parameter deprecation in the legacy SplitFilterTest.php, which the original patch missed.