Skip to content

Commit

Permalink
Punten team1 and punten team2 are null sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
iain17 authored and barryvdh committed Aug 30, 2016
1 parent 659e26d commit ab69a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Match.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ class Match extends AbstractItem

/**
* # doelpunten thuis club
* @var int|null
*/
public $PuntenTeam1;

/**
* # doelpunten uit club
* @var int|null
*/
public $PuntenTeam2;

Expand Down

0 comments on commit ab69a2c

Please sign in to comment.