You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for not getting back to you sooner, do you have some real code so that we can test your code? Maybe you can create a pull request with a failing test?
What is this feature about (expected vs actual behaviour)?
@if(isset($post->state) && $post->state->status)
@elseif(isset($post->review) && ($post->review))
@for ( $i = 1; $i <= 5; $i++ )
★
@endfor
@else
vs
@if(isset($post->state) && $post->state->status)
@elseif(isset($post->review) && ($post->review))
@for ( $i = 1; $i ★
@endfor
A lot of times it don't closes
How can I reproduce it?
Does it take minutes, hours or days to fix?
Any additional information?
Thanks for your great work with this package!! it saved me a lot of time :) and brought joy!
The text was updated successfully, but these errors were encountered: