Skip to content

Commit 76b7820

Browse files
committed
MC-17545: Remove deprecation annotations from the PatchVersionInterface
1 parent e62c675 commit 76b7820

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
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.
1010
*
11-
* @deprecated
1211
*/
1312
interface PatchVersionInterface
1413
{
@@ -19,7 +18,6 @@ interface PatchVersionInterface
1918
* by old mechanism of UpgradeData.php script
2019
*
2120
* @return string
22-
* @deprecated since appearance, required for backward compatibility
2321
*/
2422
public static function getVersion();
2523
}

0 commit comments

Comments
 (0)