- Issue created by @krystianbrzoza
- First commit to issue fork.
- 🇪🇸Spain enchufe Spain
Fixed
\Drupal\paragraphs_browser\Form\ParagraphsBrowserForm
explicit nullable types. - Status changed to RTBC
about 1 month ago 10:49am 19 June 2025 - 🇺🇦Ukraine Anna D
Merge request !17 resolves the following deprecation warnings introduced after upgrading to PHP 8.4:
Deprecated: Drupal\paragraphs_browser\Form\GroupEditForm::buildForm(): Implicitly marking parameter $paragraphs_browser_type as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/paragraphs_browser/src/Form/GroupEditForm.php on line 40
PHP Deprecated: Drupal\paragraphs_browser\Form\GroupDeleteConfirm::buildForm(): Implicitly marking parameter $paragraphs_browser_type as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/paragraphs_browser/src/Form/GroupDeleteConfirm.php on line 34Deprecated: Drupal\paragraphs_browser\Form\GroupDeleteConfirm::buildForm(): Implicitly marking parameter $paragraphs_browser_type as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/paragraphs_browser/src/Form/GroupDeleteConfirm.php on line 34
PHP Deprecated: Drupal\paragraphs_browser\Form\ParagraphTypeGroupsForm::buildForm(): Implicitly marking parameter $paragraphs_type as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/paragraphs_browser/src/Form/ParagraphTypeGroupsForm.php on line 79Deprecated: Drupal\paragraphs_browser\Form\ParagraphTypeGroupsForm::buildForm(): Implicitly marking parameter $paragraphs_type as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/paragraphs_browser/src/Form/ParagraphTypeGroupsForm.php on line 79
PHP Deprecated: Drupal\webp\Controller\FileDownloadController::__construct(): Implicitly marking parameter $streamWrapperManager as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/webp/src/Controller/FileDownloadController.php on line 57