Explorar el Código

Repair @return

Joanhey hace 6 años
padre
commit
2a12a586f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Lib/Timer.php

+ 1 - 1
Lib/Timer.php

@@ -81,7 +81,7 @@ class Timer
      * @param callable $func
      * @param mixed    $args
      * @param bool     $persistent
-     * @return int/false
+     * @return int|false
      */
     public static function add($time_interval, $func, $args = array(), $persistent = true)
     {