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 e62c675 commit 76b7820Copy full SHA for 76b7820
lib/internal/Magento/Framework/Setup/Patch/PatchVersionInterface.php
@@ -6,9 +6,8 @@
6
namespace Magento\Framework\Setup\Patch;
7
8
/**
9
- * For backward compatibility with versioned style module installation. Deprecated since creation.
+ * For backward compatibility with versioned style module installation.
10
*
11
- * @deprecated
12
*/
13
interface PatchVersionInterface
14
{
@@ -19,7 +18,6 @@ interface PatchVersionInterface
19
18
* by old mechanism of UpgradeData.php script
20
21
* @return string
22
- * @deprecated since appearance, required for backward compatibility
23
24
public static function getVersion();
25
}
0 commit comments