Skip to content

Commit 0c53746

Browse files
Merge branch '5.3' into 5.4
* 5.3: [VarDumper] fix tests [Intl] fix bad merge Remove notice about reverted behavior [PhpUnitBridge] fix PHP version check keep container.service_subscriber tag on the decorated definition
2 parents 3337a5b + 15cab72 commit 0c53746

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)