Skip to content

Commit 15cab72

Browse files
Merge branch '5.2' into 5.3
* 5.2: Remove notice about reverted behavior [PhpUnitBridge] fix PHP version check keep container.service_subscriber tag on the decorated definition
2 parents 44e2120 + 4cc6104 commit 15cab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConstraintTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trait ConstraintTrait
2020
{
2121
use Legacy\ConstraintTraitForV7;
2222
}
23-
} elseif (\PHP_VERSION < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
23+
} elseif (\PHP_VERSION_ID < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
2424
trait ConstraintTrait
2525
{
2626
use Legacy\ConstraintTraitForV8;

0 commit comments

Comments
 (0)