Fix documentation.

Created on 26 April 2023, about 1 year ago
Updated 29 May 2023, about 1 year ago

Problem/Motivation

The variable documentation is wrong in src/Service/BlockClassHelperService.php
I also suggest to change the variable name to $blockEntityStorage

  /**
   * The block entity.
   *
   * @var useDrupal\block\Entity\Block
   */
  protected $blockEntity;

Change to:

  /**
   * The block entity.
   *
   * @var \Drupal\Core\Entity\EntityStorageInterface
   */
  protected $blockEntityStorage;
πŸ“Œ Task
Status

RTBC

Version

2.0

Component

Documentation

Created by

πŸ‡§πŸ‡·Brazil paulocs Belo Horizonte

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

Comments & Activities

Production build 0.69.0 2024