We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fca50e + 3f87a5b commit 349896cCopy full SHA for 349896c
app/code/Magento/Developer/Console/Command/patch_template.php.dist
@@ -3,6 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
8
namespace %moduleName%\Setup\Patch\%patchType%;
9
@@ -36,20 +37,18 @@ class %class% implements %implementsInterfaces%
36
37
}
38
%revertFunction%
39
/**
- * {@inheritdoc}
40
+ * @inheritdoc
41
42
public function getAliases()
43
{
44
return [];
45
46
47
48
49
50
public static function getDependencies()
51
- return [
52
-
53
- ];
+ return [];
54
55
0 commit comments