This repository was archived by the owner on Dec 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class InvalidMessageException extends Exception
66{
77 /**
88 * @param PsrMessage $message
9- * @param string $class
9+ * @param string $class
1010 *
1111 * @throws static
1212 */
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function acknowledge(PsrMessage $message);
4747 * Tell the MQ broker that the message was rejected.
4848 *
4949 * @param PsrMessage $message
50- * @param bool $requeue
50+ * @param bool $requeue
5151 */
5252 public function reject (PsrMessage $ message , $ requeue = false );
5353}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ interface PsrProducer
88 * @param PsrDestination $destination
99 * @param PsrMessage $message
1010 *
11- * @throws Exception if the provider fails to send the message due to some internal error
11+ * @throws Exception if the provider fails to send the message due to some internal error
1212 * @throws InvalidDestinationException if a client uses this method with an invalid destination
13- * @throws InvalidMessageException if an invalid message is specified
13+ * @throws InvalidMessageException if an invalid message is specified
1414 */
1515 public function send (PsrDestination $ destination , PsrMessage $ message );
1616}
You can’t perform that action at this time.
0 commit comments