Completed
Pull Request — master (#17)
by Nicolas
05:50
created
features/bootstrap/ConsumeContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -143,6 +143,9 @@
 block discarded – undo
143 143
         $this->oneOfTheMessagesIs(ContentType::JSON, self::JSON_ROUTING_KEY);
144 144
     }
145 145
     
146
+    /**
147
+     * @param string $routingKey
148
+     */
146 149
     private function oneOfTheMessagesIs($contentType, $routingKey)
147 150
     {
148 151
         $found = null;
Please login to merge, or discard this patch.