Skip to content

Commit 8ea9ae4

Browse files
author
Roman Lytvynenko
committed
Merge branch '2.3-develop' of https://github.com/magento/magento2ce into MC-29166
2 parents 0ece301 + c7ca62e commit 8ea9ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/Setup/Patch/PatchVersionInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
namespace Magento\Framework\Setup\Patch;
77

88
/**
9-
* For backward compatibility with versioned style module installation. Deprecated since creation.
9+
* For backward compatibility with versioned style module installation.
10+
* The interface should be used for migration from the legacy installation approach to the declarative installation
11+
* mechanism. The usage of this interface prohibited for the new data or schema patches.
1012
*
11-
* @deprecated
1213
*/
1314
interface PatchVersionInterface
1415
{
@@ -19,7 +20,6 @@ interface PatchVersionInterface
1920
* by old mechanism of UpgradeData.php script
2021
*
2122
* @return string
22-
* @deprecated since appearance, required for backward compatibility
2323
*/
2424
public static function getVersion();
2525
}

0 commit comments

Comments
 (0)