The Wire · Showcase
PINT 1.30.3 FIXES DIRECTIVE TRAILING COMMAS
By RepoJournal · Filed · About Laravel
Laravel's code formatter shipped a patch overnight that cleans up a long-standing formatting edge case in PHP directives.
Pint 1.30.3 is out with a fix for directive trailing commas [1], addressing a quirk in how the formatter handled spacing in attribute directives. Nuno Maduro pushed the correction and cut the release same day [2]. The Laravel docs desk is already documenting new features [3] across the ecosystem, keeping pace with the platform's rapid evolution. Across the two desks, this period logged 3 commits and 1 release, a steady clip for the formatter and documentation teams.
One email a day. Unsubscribe in one click.
Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade Pint to 1.30.3 in your next pipeline run laravel/pint [plan]
References
- [1] fix: directive trailing commas laravel/pint
- [2] Release 1.30.3 laravel/pint
- [3] document new features laravel/docs