fixed phpdoc

This commit is contained in:
Steffen Schröder 2014-05-09 13:22:21 +02:00
parent 53df7353e5
commit d58e468492

View File

@ -26,6 +26,7 @@ class TimerListening {
* @param TimerListener $listener
* @param string $method
* @param float $deltaTime
* @param bool $oneTime
* @param bool $instantCall
*/
public function __construct(TimerListener $listener, $method, $deltaTime, $oneTime = false, $instantCall = true) {