Skip to content

Commit 042ce9a

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
const VERSION = '3.4.5';
3+
const VERSION = '3.5.0';
44

55
// Autoloader
66
if (

0 commit comments

Comments
 (0)