File tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/Setup/Patch
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Framework \Setup \Patch ;
7
7
8
8
/**
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.
10
12
*
11
- * @deprecated
12
13
*/
13
14
interface PatchVersionInterface
14
15
{
@@ -19,7 +20,6 @@ interface PatchVersionInterface
19
20
* by old mechanism of UpgradeData.php script
20
21
*
21
22
* @return string
22
- * @deprecated since appearance, required for backward compatibility
23
23
*/
24
24
public static function getVersion ();
25
25
}
You can’t perform that action at this time.
0 commit comments