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.
1 parent 602d6a1 commit 5632f45Copy full SHA for 5632f45
lib/internal/Magento/Framework/Setup/Patch/PatchHistory.php
@@ -56,9 +56,9 @@ public function __construct(ResourceConnection $resourceConnection)
56
* Read and cache data patches from db
57
*
58
* All patches are store in patch_list table
59
- * @see self::TABLE_NAME
60
61
- * @return array
+ * @see self::TABLE_NAME
+ * @return string[]
62
*/
63
private function getAppliedPatches()
64
{
@@ -94,7 +94,7 @@ public function fixPatch($patchName)
94
/**
95
* Revert patch from history
96
97
- * @param $patchName
+ * @param string $patchName
98
* @return void
99
100
public function revertPatchFromHistory($patchName)
0 commit comments