- 🇮🇹Italy apaderno Brescia, 🇮🇹
/** - * Class CloudBlock. + * Class CloudBlock stores data from Blocks. */
A class short description must not start with Class followed by the class name.
/** - * Class CloudBlockBase. + * Base class for Cloud Block. */ class CloudBlockBase implements CloudBlockInterface {
An article is missing before base class and cloud block.
block should probably be blocks./** * Block view css. * * @var null */ - protected $view_css = NULL; + protected $viewCss = NULL;
NULL
is the default value, not the property type./** - * Class CloudBlockManager. + * Class to Manage the CloudBlocks. */
Class short descriptions do not start with Class.
Only the first word in a sentence is spelled capitalized.
CloudBlocks should be cloud blocks. - Status changed to Needs review
over 1 year ago 3:41pm 7 June 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - First commit to issue fork.