ソースを参照

Fix type comments

walkor 1 年間 前
コミット
f49f3d88b2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Events/Swoole.php

+ 1 - 1
src/Events/Swoole.php

@@ -32,7 +32,7 @@ final class Swoole implements EventInterface
     /**
      * All listeners for read event.
      *
-     * @var array<int, resource>
+     * @var array<int, array>
      */
     private array $readEvents = [];