Explorar el Código

removed unused use statement

Mark Magyar hace 2 años
padre
commit
941823b5c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Timer.php

+ 0 - 1
src/Timer.php

@@ -23,7 +23,6 @@ use Workerman\Events\Revolt;
 use Workerman\Events\Swoole;
 use Workerman\Events\Swow;
 use function function_exists;
-use function is_callable;
 use function pcntl_alarm;
 use function pcntl_signal;
 use function time;