Completed
Push — developer ( 03a4da...95c019 )
by Никита
14:36
created
src/QueueTransport.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
         function push($stream);
35 35
 
36 36
         /**
37
-         * @param double|integer $wait_time
37
+         * @param integer $wait_time
38 38
          *
39 39
          * @return iMessage|object|null
40 40
          */
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
         static function get_real_key_for_message($message);
67 67
 
68 68
         /**
69
-         * @param double|integer $wait_time
69
+         * @param integer $wait_time
70 70
          *
71 71
          * @throws QueueException
72 72
          * @return void
@@ -75,6 +75,7 @@  discard block
 block discarded – undo
75 75
 
76 76
         /**
77 77
          * @param callable $closure
78
+         * @return void
78 79
          */
79 80
         function set_callback_closure($closure);
80 81
 
Please login to merge, or discard this patch.