fixed phpdoc
This commit is contained in:
parent
53df7353e5
commit
d58e468492
@ -26,6 +26,7 @@ class TimerListening {
|
|||||||
* @param TimerListener $listener
|
* @param TimerListener $listener
|
||||||
* @param string $method
|
* @param string $method
|
||||||
* @param float $deltaTime
|
* @param float $deltaTime
|
||||||
|
* @param bool $oneTime
|
||||||
* @param bool $instantCall
|
* @param bool $instantCall
|
||||||
*/
|
*/
|
||||||
public function __construct(TimerListener $listener, $method, $deltaTime, $oneTime = false, $instantCall = true) {
|
public function __construct(TimerListener $listener, $method, $deltaTime, $oneTime = false, $instantCall = true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user