Support drupal 8.4

Created on 5 June 2025, 2 days ago

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) 
🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇫🇷France lazzyvn paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024