Problem/Motivation
Installing the module via a recipe on Drupal 11.3 with PHP 8.4, I get the following deprecation notice during recipe application
PHP Deprecated: Drupal\ckeditor_bs_grid\Form\GridDialog::buildForm(): Implicitly marking parameter $editor as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/ckeditor_bs_grid/src/Form/GridDialog.php on line 83
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ckeditor_bs_grid-php84-nullable-parameter.patch | 577 bytes | thejimbirch |
Issue fork ckeditor_bs_grid-3565915
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 #3
thejimbirch commentedMerged request added that makes the deprecation notice go away.
Comment #4
thejimbirch commentedPatch added for use in composer.
Comment #5
b_sharpe commentedThank you sir!