Fix lint issue

This commit is contained in:
Manish Menaria 2024-09-19 14:34:43 +05:30
parent 1447c48ac4
commit ed9282ffda
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class ProductCollection extends AbstractBlock {
*/ */
protected $block_name = 'product-collection'; protected $block_name = 'product-collection';
/** /**
* An associative array of collection handlers. * An associative array of collection handlers.
* *
* @var array<string, callable> $collection_handler_store * @var array<string, callable> $collection_handler_store