Selaa lähdekoodia

Fix type comments

walkor 1 vuosi sitten
vanhempi
commit
f49f3d88b2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = [];