Skip to content

Commit 18ec59a

Browse files
Merge branch '10.5' into 11.3
2 parents 6499121 + 9de5bef commit 18ec59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/event/user-error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The right events are emitted in the right order for a test that runs code which
33
--SKIPIF--
44
<?php declare(strict_types=1);
55
if (!version_compare('8.4.0-dev', PHP_VERSION)) {
6-
print 'skip: PHP 8.4 is required.';
6+
print 'skip: PHP < 8.4 is required.';
77
}
88
--FILE--
99
<?php declare(strict_types=1);

0 commit comments

Comments
 (0)