Skip to content

Commit

Permalink
ENGCOM-7588: Generated code is not consistent with Magento requiremen…
Browse files Browse the repository at this point in the history
…ts and Coding Standard #28351
  • Loading branch information
slavvka authored Jun 24, 2020
2 parents 66aa128 + 349896c commit fb957b8
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace %moduleName%\Setup\Patch\%patchType%;

Expand Down Expand Up @@ -36,20 +37,18 @@ class %class% implements %implementsInterfaces%
}
%revertFunction%
/**
* {@inheritdoc}
* @inheritdoc
*/
public function getAliases()
{
return [];
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public static function getDependencies()
{
return [

];
return [];
}
}

0 comments on commit fb957b8

Please sign in to comment.