File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ class Bill extends Entity implements \JsonSerializable {
6666 protected $ deleted ;
6767
6868 public function __construct () {
69- $ this ->addType ('id ' , Types::INTEGER );
7069 $ this ->addType ('what ' , Types::STRING );
7170 $ this ->addType ('comment ' , Types::STRING );
7271 $ this ->addType ('payerId ' , Types::INTEGER );
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ class BillOwer extends Entity implements \JsonSerializable {
2727 protected $ memberId ;
2828
2929 public function __construct () {
30- $ this ->addType ('id ' , Types::INTEGER );
3130 $ this ->addType ('billId ' , Types::INTEGER );
3231 $ this ->addType ('memberId ' , Types::INTEGER );
3332 }
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ class Member extends Entity implements \JsonSerializable {
5151 private $ avatarManager ;
5252
5353 public function __construct () {
54- $ this ->addType ('id ' , Types::INTEGER );
5554 $ this ->addType ('projectId ' , Types::STRING );
5655 $ this ->addType ('name ' , Types::STRING );
5756 $ this ->addType ('weight ' , Types::FLOAT );
You can’t perform that action at this time.
0 commit comments