Browse Source

Fix type comments

walkor 1 năm trước cách đây
mục cha
commit
f49f3d88b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [];