Sfoglia il codice sorgente

removed unused use statement

Mark Magyar 2 anni fa
parent
commit
941823b5c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;