Whoops, looks like something went wrong.

(1/1) FatalErrorException

Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

in Node.php line 42