Completed
Push — 3.x-dev-kit ( 21c7e6...10c971 )
by Grégoire
11:13
created
src/Model/MessageManagerInterface.php 1 patch
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,8 @@  discard block
 block discarded – undo
24 24
     public function countStates();
25 25
 
26 26
     /**
27
-     * @param $maxAge
27
+     * @param integer $maxAge
28
+     * @return void
28 29
      */
29 30
     public function cleanup($maxAge);
30 31
 
@@ -32,6 +33,7 @@  discard block
 block discarded – undo
32 33
      * Cancels a given Message.
33 34
      *
34 35
      * @param MessageInterface $message
36
+     * @return void
35 37
      */
36 38
     public function cancel(MessageInterface $message);
37 39
 
@@ -56,8 +58,8 @@  discard block
 block discarded – undo
56 58
     /**
57 59
      * @param array $types
58 60
      * @param       $state
59
-     * @param       $batchSize
60
-     * @param null  $maxAttempts
61
+     * @param       integer $batchSize
62
+     * @param integer  $maxAttempts
61 63
      * @param int   $attemptDelay
62 64
      *
63 65
      * @return mixed
Please login to merge, or discard this patch.