Commit Graph

14 Commits

Author SHA1 Message Date
acaef62332
MAJOR ENHANCEMENT: Generalisation
This is a first step in generalisation of the project. Please review https://github.com/JeroenED/libpairtwo/wiki/Converting-your-code-to-the-generalized-format for more info on your code changes
2019-05-27 13:15:49 +02:00
516740643e
BUGFIX: Player::getPairings() return null
PHP Fatal error:  Uncaught TypeError: Return value of JeroenED\Libpairtwo\Models\Player::getPairings() must be of the type array, null returned in vendor/jeroened/libpairtwo/src/Models/Player.php:372
2019-05-01 17:26:21 +02:00
7f0c7c9350
Updated code style 2019-04-25 15:40:16 +02:00
b265e4c23d
Added pairings to player object 2019-04-25 14:14:40 +02:00
7bafdc6d5f
Updated phpdoc 2019-04-25 14:09:50 +02:00
7fb94aaf00
Renamed Sex to Gender 2019-03-04 11:51:06 +01:00
8c6e3b81fa
Fixed code style 2019-02-11 17:37:30 +01:00
64e47ff606
Updated phpdoc 2019-02-11 17:27:26 +01:00
7d83534984
Typo 2019-02-06 20:54:07 +01:00
492b9e8d20
Better to set while reading sws 2019-02-06 20:47:46 +01:00
2bc179c0bb
Fixed issue where points are doubled 2019-02-06 20:10:07 +01:00
17c924b45c
Added some more fields 2019-02-01 15:55:34 +01:00
97044491f4
Enums in enum namespace 2019-02-01 15:51:35 +01:00
27f32eb21c
Changes 2019/01/25
* Moved enums to separate namespace
* Added Player class
2019-01-25 17:31:23 +01:00