Skip to content

Commit

Permalink
fix static
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Echo committed Sep 11, 2020
1 parent 37675cc commit c62d33a
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -41,7 +40,7 @@ public function __construct(
}

/**
* @return $this|AddDataForUruguay
* @inheritdoc
*/
public function apply()
{
Expand Down Expand Up @@ -87,9 +86,8 @@ private function getDataForUruguay(): array

/**
* @inheritdoc
* @return array
*/
public static function getDependencies(): array
public static function getDependencies()
{
return [
InitializeDirectoryData::class,
Expand All @@ -98,9 +96,8 @@ public static function getDependencies(): array

/**
* @inheritdoc
* @return array
*/
public function getAliases(): array
public function getAliases()
{
return [];
}
Expand Down

0 comments on commit c62d33a

Please sign in to comment.