-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Platform
MacOS
Template before formatting
<html>
<head></head>
<body>
@if ($user)
<div>
{{ $user->id }}
</div>
@endif
</body>
</html>Template after formatting
<html>
<head></head>
<body>
@if ($user)
<div>
{{ $user->id }}
</div>
@endif
</body>
</html>Expected Behaviour
No response
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working