Stillat / blade-parser-typescript

A Laravel Blade parser, compiler, and static analyzer written in TypeScript.
https://stillat.com
MIT License
88 stars 2 forks source link

`@php` arrow function reflow issue #32

Closed zepfietje closed 1 year ago

zepfietje commented 1 year ago
@php
    fn () => true;
@endphp
@php
    fn() => true;
@endphp
JohnathonKoster commented 1 year ago

Should be good to go as of 1.1.11 😅

zepfietje commented 1 year ago

Yes, confirmed! 🚀