Skip to content

Commit

Permalink
Merge branch '10.5' into 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 10, 2024
2 parents 6499121 + 9de5bef commit 18ec59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/event/user-error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The right events are emitted in the right order for a test that runs code which
--SKIPIF--
<?php declare(strict_types=1);
if (!version_compare('8.4.0-dev', PHP_VERSION)) {
print 'skip: PHP 8.4 is required.';
print 'skip: PHP < 8.4 is required.';
}
--FILE--
<?php declare(strict_types=1);
Expand Down

0 comments on commit 18ec59a

Please sign in to comment.