Completed
Push — master ( 4d827b...354721 )
by Vasily
02:08
created
PHPDaemon/Core/EventLoop.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,6 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
     /**
105 105
      * @param array ...$args
106
+     * @param resource $args
106 107
      * @return mixed
107 108
      */
108 109
     public function bufferEventSsl(...$args)
@@ -120,7 +121,7 @@  discard block
 block discarded – undo
120 121
     }
121 122
 
122 123
     /**
123
-     * @param null $cb
124
+     * @param \Closure $cb
124 125
      */
125 126
     public function interrupt($cb = null)
126 127
     {
Please login to merge, or discard this patch.