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 c05ca7c + 9c8f4b7 commit 6f24b51Copy full SHA for 6f24b51
lib/internal/Magento/Framework/Setup/Patch/DependentPatchInterface.php
@@ -6,7 +6,7 @@
6
namespace Magento\Framework\Setup\Patch;
7
8
/**
9
- * Each patch can have dependecies, that should be applied before such patch
+ * Each patch can have dependencies, that should be applied before such patch
10
*
11
* / Patch2 --- Patch3
12
* /
@@ -20,7 +20,7 @@ interface DependentPatchInterface
20
21
* Get array of patches that have to be executed prior to this.
22
23
- * example of implementation:
+ * Example of implementation:
24
25
* [
26
* \Vendor_Name\Module_Name\Setup\Patch\Patch1::class,
0 commit comments