From d58e468492ff005c31a29bd129ae2ac751548548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Fri, 9 May 2014 13:22:21 +0200 Subject: [PATCH] fixed phpdoc --- application/core/Callbacks/TimerListening.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Callbacks/TimerListening.php b/application/core/Callbacks/TimerListening.php index fbb12bcb..1992510f 100644 --- a/application/core/Callbacks/TimerListening.php +++ b/application/core/Callbacks/TimerListening.php @@ -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) {