Commit 042ce9a
committed
Released version 3.5.0
This release's headliner is a new OptimizeGlobalCallsSniff that automatically
generates grouped `use function` / `use const` statements for global calls — eliminating
runtime namespace fallback overhead and unlocking PHP compiler optimizations. Alongside it,
presets can now be fixer-only or sniffer-only without causing errors.
`<?php declare(strict_types=1);` is now allowed on the opening line.1 parent dd2a86e commit 042ce9a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments