diff --git a/app/code/Magento/Directory/Setup/Patch/Data/AddDataForUruguay.php b/app/code/Magento/Directory/Setup/Patch/Data/AddDataForUruguay.php index 94c7b784a2c51..d9aa041c1f7d1 100644 --- a/app/code/Magento/Directory/Setup/Patch/Data/AddDataForUruguay.php +++ b/app/code/Magento/Directory/Setup/Patch/Data/AddDataForUruguay.php @@ -3,7 +3,6 @@ * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ - declare(strict_types=1); namespace Magento\Directory\Setup\Patch\Data; @@ -41,7 +40,7 @@ public function __construct( } /** - * @return $this|AddDataForUruguay + * @inheritdoc */ public function apply() { @@ -87,9 +86,8 @@ private function getDataForUruguay(): array /** * @inheritdoc - * @return array */ - public static function getDependencies(): array + public static function getDependencies() { return [ InitializeDirectoryData::class, @@ -98,9 +96,8 @@ public static function getDependencies(): array /** * @inheritdoc - * @return array */ - public function getAliases(): array + public function getAliases() { return []; }