Skip to content

Commit

Permalink
Merge pull request magento#5065 from magento-trigger/MC-17545
Browse files Browse the repository at this point in the history
- fixed MC-17545: Remove deprecation annotations from the PatchVersionInterface
  • Loading branch information
irenelagno authored Nov 27, 2019
2 parents 40edf5c + d652ac9 commit c7ca62e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
namespace Magento\Framework\Setup\Patch;

/**
* For backward compatibility with versioned style module installation. Deprecated since creation.
* For backward compatibility with versioned style module installation.
* The interface should be used for migration from the legacy installation approach to the declarative installation
* mechanism. The usage of this interface prohibited for the new data or schema patches.
*
* @deprecated
*/
interface PatchVersionInterface
{
Expand All @@ -19,7 +20,6 @@ interface PatchVersionInterface
* by old mechanism of UpgradeData.php script
*
* @return string
* @deprecated since appearance, required for backward compatibility
*/
public static function getVersion();
}

0 comments on commit c7ca62e

Please sign in to comment.