Skip to content

Commit 4fbc991

Browse files
authored
ENGCOM-5624: Use class name as type hint instead of self. #23300
2 parents 3cf5896 + e004ce0 commit 4fbc991

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Product/Action

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function switchTables(): void
152152
*
153153
* @return $this
154154
*/
155-
public function execute(): self
155+
public function execute(): Full
156156
{
157157
$this->createTables();
158158
$this->clearReplicaTables();

0 commit comments

Comments
 (0)