laravel-langman
laravel-langman copied to clipboard
[FIX] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `…
…(a ? b : c) ? d : eor
a ? b : (c ? d : e)`
@themsaid
@themsaid any chance to merge this PR :smiley: ?