ejnnr / web-chess

A web implementation of a chess database program like Scid.
MIT License
7 stars 4 forks source link

[WIP - Don't merge!] Use PHP 7 #31

Open ejnnr opened 8 years ago

ejnnr commented 8 years ago

PHP 7 has many improvements over PHP 5. Grouped imports, null coalescing (??) and combined comparison (spaceship operator, <=>) are used with this PR, type declarations are still on the TODO-list.

However, StyleCi doesn't seem to support PHP 7 yet, so it just gives an error.

Things for discussion: