- Issue created by @solideogloria
- 🇮🇳India arunsahijpal
Oops I missed that one, but I've updated it now pls check.
Deprecated: Drupal\layout_builder_component_attributes\Form\ManageComponentAttributesForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/layout_builder_component_attributes/src/Form/ManageComponentAttributesForm.php on line 108
Rebuild the cache with Drush when using PHP 8.4
* @param \Drupal\layout_builder\SectionStorageInterface|null $section_storage
* The section storage being configured.
* @param ?int $delta
* The original delta of the section.
* @param ?string $uuid
* The UUID of the block being updated.
...
public function buildForm(array $form, FormStateInterface $form_state, ?SectionStorageInterface $section_storage = NULL, ?int $delta = NULL, ?string $uuid = NULL) {
Active
2.2
Code
Oops I missed that one, but I've updated it now pls check.