Commit 824a1e5
committed
Keep the PHP 8 requirement on the call_user_func() rule test
Inserting the forward_static_call() test above testRule() took over its
#[RequiresPhp('>= 8.0.0')] attribute, so testRule() started running on PHP 7.4 and
reported the named arguments in its data file as unsupported. The new test does not
use PHP 8 syntax and needs no such guard.1 parent 3cf80b2 commit 824a1e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments