ChessCom / Chess-Game

Based on Pear Games_Chess - represents a chess game as a php object
Other
42 stars 20 forks source link

Fix PHP7 warnings #30

Closed umpirsky closed 8 years ago

umpirsky commented 8 years ago

Fixed deprecation warnings like:

PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; PEAR has a deprecated constructor in vendor/chesscom/chess-game/PEAR.php on line 102
PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; PEAR_Error has a deprecated constructor in vendor/chesscom/chess-game/PEAR.php on line 822
marcosdsanchez commented 8 years ago

👍