Pārlūkot izejas kodu

Fix type comments

walkor 1 gadu atpakaļ
vecāks
revīzija
f49f3d88b2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 = [];