Some days, I even wonder if I shouldn't make PHP 7 a requirement, lol...
But that's mostly because the Wedge userbase isn't really huge, so I could actually get away with it...
I just love using "$var ?? 1" instead of "isset($var) ? $var : 1"... Plus, the HHVM performance!