1
0
Fork 0

Clarify that the abstract constraint should not be relied upon anymore

pull/4541/merge
Jordi Boggiano 2015-10-27 19:13:50 +00:00
parent 1160b782c8
commit 193a072d3c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Composer\Package\LinkConstraint;
use Composer\Semver\Constraint\AbstractConstraint;
trigger_error('The ' . __NAMESPACE__ . '\SpecificConstraint abstract class is deprecated, use Composer\Semver\Constraint\AbstractConstraint instead.', E_USER_DEPRECATED);
trigger_error('The ' . __NAMESPACE__ . '\SpecificConstraint abstract class is deprecated, there is no replacement for it.', E_USER_DEPRECATED);
/**
* @deprecated use Composer\Semver\Constraint\AbstractConstraint instead