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
Issue fork config_split-3593936
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
Comment #5
andreastkdf commentedComment #7
beunerd commentedPushed a fix for the same implicit-nullable-parameter deprecation in the legacy SplitFilterTest.php, which the original patch missed.