We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e2120 + 4cc6104 commit 15cab72Copy full SHA for 15cab72
ConstraintTrait.php
@@ -20,7 +20,7 @@ trait ConstraintTrait
20
{
21
use Legacy\ConstraintTraitForV7;
22
}
23
-} elseif (\PHP_VERSION < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
+} elseif (\PHP_VERSION_ID < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
24
trait ConstraintTrait
25
26
use Legacy\ConstraintTraitForV8;
0 commit comments