Skip to content

Commit c7ca62e

Browse files
authored
Merge pull request #5065 from magento-trigger/MC-17545
- fixed MC-17545: Remove deprecation annotations from the PatchVersionInterface
2 parents 40edf5c + d652ac9 commit c7ca62e

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)