comparison vendor/composer/semver/src/Constraint/AbstractConstraint.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
9 * the LICENSE file that was distributed with this source code. 9 * the LICENSE file that was distributed with this source code.
10 */ 10 */
11 11
12 namespace Composer\Semver\Constraint; 12 namespace Composer\Semver\Constraint;
13 13
14 trigger_error('The ' . __CLASS__ . ' abstract class is deprecated, there is no replacement for it, it will be removed in the next major version.', E_USER_DEPRECATED); 14 trigger_error('The ' . __NAMESPACE__ . '\AbstractConstraint abstract class is deprecated, there is no replacement for it, it will be removed in the next major version.', E_USER_DEPRECATED);
15 15
16 /** 16 /**
17 * Base constraint class. 17 * Base constraint class.
18 */ 18 */
19 abstract class AbstractConstraint implements ConstraintInterface 19 abstract class AbstractConstraint implements ConstraintInterface