Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Model/Indexer/Category/CategoryIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CategoryIndexer implements IndexerActionInterface, MviewActionInterface, D
/** @var PrerenderClientInterface */
private PrerenderClientInterface $prerenderClient;
/** @var DeploymentConfig */
private DeploymentConfig $eploymentConfig;
private DeploymentConfig $deploymentConfig;
/** @var Config */
private Config $prerenderConfigHelper;
/** @var int|null */
Expand Down
2 changes: 1 addition & 1 deletion Model/Indexer/Category/ProductIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ProductIndexer implements IndexerActionInterface, MviewActionInterface, Di
/** @var PrerenderClientInterface */
private PrerenderClientInterface $prerenderClient;
/** @var DeploymentConfig */
private DeploymentConfig $eploymentConfig;
private DeploymentConfig $deploymentConfig;
/** @var Config */
private Config $prerenderConfigHelper;
/** @var Configurable */
Expand Down