- Issue created by @lazzyvn
- First commit to issue fork.
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)
Active
2.0
Code