From 88515642b3e3dcd323cf48c08df63e7ae6cba978 Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 26 Jul 2017 09:39:57 -0400 Subject: [PATCH] Update 'RealTime/src/RealTime/tellTimeTask.php' --- RealTime/src/RealTime/tellTimeTask.php | 66 +++++++++++++------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/RealTime/src/RealTime/tellTimeTask.php b/RealTime/src/RealTime/tellTimeTask.php index 2211f31..8cbf220 100644 --- a/RealTime/src/RealTime/tellTimeTask.php +++ b/RealTime/src/RealTime/tellTimeTask.php @@ -1,34 +1,34 @@ -plugin = $plugin; - } - - - public function onRun($currentTick) - { - // TODO: Implement onRun() method. - } +plugin = $plugin; + } + + + public function onRun(int $currentTick) + { + // TODO: Implement onRun() method. + } } \ No newline at end of file