X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fatick;a=blobdiff_plain;f=lib%2Fatick%2FTicker.php;h=1dbf4e8744f1733de2720f91ad55ea7811d49f1b;hp=cdc3364a46891c766a56c0f8f845647e1cc7ab97;hb=e67f84aed03307cfb4c1b6584dfc56de6be1be92;hpb=a321c4cdae45892e2538e8bc0ec01e5965f46e02 diff --git a/lib/atick/Ticker.php b/lib/atick/Ticker.php index cdc3364..1dbf4e8 100644 --- a/lib/atick/Ticker.php +++ b/lib/atick/Ticker.php @@ -121,6 +121,7 @@ class Ticker implements \Countable } /** + * Returns the count of watched fds * @implements \Countable * @return int */ @@ -141,7 +142,7 @@ class Ticker implements \Countable /** * Attach a write handler; let the callback return true, to stop watching the fd. - * @param int $fd + * @param resource $fd * @param callable $cb * @return \atick\Ticker */