fixed some exceptions
This commit is contained in:
committed by
Steffen Schröder
parent
94bd951a43
commit
7525b96ba1
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace ManiaControl\Bills;
|
||||
use ManiaControl\Players\Player;
|
||||
|
||||
/**
|
||||
* ManiaControl BillData Structure
|
||||
@ -22,9 +23,9 @@ class BillData {
|
||||
|
||||
/**
|
||||
* Construct new BillData
|
||||
* @param unknown $function
|
||||
* @param unknown $player
|
||||
* @param unknown $amount
|
||||
* @param mixed $function
|
||||
* @param Player $player
|
||||
* @param int $amount
|
||||
* @param string $pay
|
||||
* @param string $receiverLogin
|
||||
*/
|
||||
|
Reference in New Issue
Block a user