rykas-productions / chivalry-engine

Chivalry Engine
MIT License
14 stars 9 forks source link

PHP 7 #101

Closed MasterGeneral156 closed 5 years ago

MasterGeneral156 commented 5 years ago

I've bumped up the PHP requirement to PHP 7.x. This opens the possiblity of using newer PHP features (scalar type declarations, return type declarations, intdiv)

We can now remove compatibility layers we've created when on PHP 5.6

Maybe some other nifty things?