Open FeBe95 opened 2 months ago
When using @else inside the new @session directive, two incorrect warnings get reported:
@else
@session
Reported warnings:
Laravel docs: https://laravel.com/docs/11.x/blade#session-directives
The @session directive was added to Laravel Idea some months ago:
8.2.5.242
Windows
@session('status') <div class="p-4 bg-green-100"> {{ $value }} </div> @else No status @endsession
No response
Bug description
When using
@else
inside the new@session
directive, two incorrect warnings get reported:Reported warnings:
Laravel docs: https://laravel.com/docs/11.x/blade#session-directives
The
@session
directive was added to Laravel Idea some months ago:Plugin version
8.2.5.242
Operating system
Windows
Steps to reproduce
Relevant log output
No response