From b2670945bd853493951045820cc69940d859e192 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 1 Sep 2020 12:23:51 +0200 Subject: [PATCH] PoolBuilder: clear up comment, matching and identity are different for constraints --- src/Composer/DependencyResolver/PoolBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/DependencyResolver/PoolBuilder.php b/src/Composer/DependencyResolver/PoolBuilder.php index 2f8ff9c1c..711500dc0 100644 --- a/src/Composer/DependencyResolver/PoolBuilder.php +++ b/src/Composer/DependencyResolver/PoolBuilder.php @@ -266,7 +266,7 @@ class PoolBuilder } // Maybe it was already marked before but not loaded yet. In that case - // we have to extend the constraint (we don't check if they match because + // we have to extend the constraint (we don't check if they are identical because // MultiConstraint::create() will optimize anyway) if (isset($this->packagesToLoad[$name])) { // Already marked for loading and this does not expand the constraint to be loaded, nothing to do