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 623bf9d + 0b7c5b6 commit 4cc6104Copy full SHA for 4cc6104
ConstraintTrait.php
@@ -25,7 +25,7 @@ trait ConstraintTrait
25
{
26
use Legacy\ConstraintTraitForV7;
27
}
28
-} elseif (\PHP_VERSION < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
+} elseif (\PHP_VERSION_ID < 70100 || !$r->getMethod('evaluate')->hasReturnType()) {
29
trait ConstraintTrait
30
31
use Legacy\ConstraintTraitForV8;
0 commit comments