Completed
Branch master (393d4d)
by Lusseau
04:57
created
src/Metfan/RabbitSetup/Http/ClientPool.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param mixed $user
53
+     * @param string $user
54 54
      * @return $this
55 55
      */
56 56
     public function overrideUser($user)
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param mixed $password
64
+     * @param string $password
65 65
      * @return $this
66 66
      */
67 67
     public function overridePassword($password)
Please login to merge, or discard this patch.
src/Metfan/RabbitSetup/Manager/RabbitMq/QueueManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * Delete a queue from a vhost
68 68
      *
69
-     * @param $vhost
69
+     * @param string $vhost
70 70
      * @param $name
71 71
      * @return mixed
72 72
      */
Please login to merge, or discard this patch.