Install with php 8.4 i got warning
Deprecated function : Drupal\bootstrap_styles\StylesGroup\StylesGroupManager::buildStylesFormElements(): Implicitly marking parameter $filter as nullable is deprecated, the explicit nullable type must be used instead dans include() (/home/drupal/vendor/composer/ClassLoader.php ligne 576)
i suggest modify line 120 in file src/StylesGroup/StylesGroupManager.php
public function getAllowedPlugins(string $filter = NULL) to
public function getAllowedPlugins(?string $filter = NULL) or
public function getAllowedPlugins(mixed $filter = NULL)
and line 155 public function buildStylesFormElements(array &$form, FormStateInterface $form_state, array $storage, string $filter = NULL) to
public function buildStylesFormElements(array &$form, FormStateInterface $form_state, array $storage, ?string $filter = NULL)
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | bootstrap_styles-3528587-2.patch | 1.03 KB | 2gendevs |
| #7 | bootstrap_styles-3528587-1.patch | 1.03 KB | 2gendevs |
Issue fork bootstrap_styles-3528587
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 #4
hfernandes commentedComment #5
lazzyvn commentedComment #6
lazzyvn commentedComment #7
2gendevs commentedCreated a patch for this so we can apply it until a new version is released.
Comment #8
2gendevs commentedFixed the indenting.
Comment #9
kmontyComment #10
zaporylieThis issue is causing installation errors for Commerce Kickstart users. Any plans of making another release that's PHP 8.4 compatible?
Comment #11
rajab natshahComment #13
rajab natshahComment #14
rajab natshahComment #17
rajab natshah✅ Released Bootstrap Styles 1.2.2