File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/Setup/Patch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66namespace 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 */
1314interface 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}
You can’t perform that action at this time.
0 commit comments