Skip to content

Commit fb957b8

Browse files
authored
ENGCOM-7588: Generated code is not consistent with Magento requirements and Coding Standard #28351
2 parents 66aa128 + 349896c commit fb957b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/code/Magento/Developer/Console/Command/patch_template.php.dist

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

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

@@ -36,20 +37,18 @@ class %class% implements %implementsInterfaces%
3637
}
3738
%revertFunction%
3839
/**
39-
* {@inheritdoc}
40+
* @inheritdoc
4041
*/
4142
public function getAliases()
4243
{
4344
return [];
4445
}
4546

4647
/**
47-
* {@inheritdoc}
48+
* @inheritdoc
4849
*/
4950
public static function getDependencies()
5051
{
51-
return [
52-
53-
];
52+
return [];
5453
}
5554
}

0 commit comments

Comments
 (0)