docs
[m6w6/atick] / lib / atick / Ticker.php
index cdc3364a46891c766a56c0f8f845647e1cc7ab97..1dbf4e8744f1733de2720f91ad55ea7811d49f1b 100644 (file)
@@ -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
         */