Supposed error indicated in editor for Laravel code

Hi guys, this is not an error, yet the PhpStorm shows red marks in code:

0
4 comments

Hi there,

So .. what the error message says? Show a screenshot of that please.

0
Avatar
Permanently deleted user

Sorry, I missed the "Error" the tooltip ist showing for this blade code. It says Expected: )
Here it is:

 

0

What does that tag do?

{{!! XXX !!}}

I mean: I'm not familiar with such syntax: https://laravel.com/docs/8.x/blade

I only know about these:

{{ some_func() }}
{!! some_func() !!}

{{{ and_perhaps_this_one }}}
0
Avatar
Permanently deleted user

You are 100% right, my bug, you may remove the post, it should have been 

{!! some_func() !!}
0

Please sign in to leave a comment.