walkor пре 6 година
родитељ
комит
e3ccf9c857
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Lib/Timer.php

+ 1 - 1
Lib/Timer.php

@@ -50,7 +50,7 @@ class Timer
      * @param EventInterface $event
      * @return void
      */
-    public static function init(EventInterface $event = null)
+    public static function init($event = null)
     {
         if ($event) {
             self::$_event = $event;