Commit 7139557
Remove unnecessary #[RequiresPhp] from testBug6934
RuleTestCase uses php-parser which can parse nullsafe syntax on any
PHP version, so #[RequiresPhp('>= 8.0')] is not needed. Other nullsafe
tests in this file (e.g. testNullSafe) run without this attribute.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent df42df0 commit 7139557
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3945 | 3945 | | |
3946 | 3946 | | |
3947 | 3947 | | |
3948 | | - | |
3949 | 3948 | | |
3950 | 3949 | | |
3951 | 3950 | | |
| |||
0 commit comments