소스 검색

fix for #466 (regression)

Setsusan 6 년 전
부모
커밋
b0f3ae5953
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;