File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CHANGELOG
5
5
-----
6
6
7
7
* [ BC BREAK] ` SendersLocatorInterface ` has an additional method:
8
- ` getSenderByAlias() ` .
8
+ ` getSenderByAlias() ` .
9
9
* A new ` ListableReceiverInterface ` was added, which a receiver
10
10
can implement (when applicable) to enable listing and fetching
11
11
individual messages by id (used in the new "Failed Messages" commands).
Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ public function getSenderByAlias(string $alias): SenderInterface
100
100
return $ this ->sendersLocator ->get ($ alias );
101
101
}
102
102
103
- throw new UnknownSenderException (sprintf ('Unknown sender alias "%s" ' , $ alias ));
103
+ throw new UnknownSenderException (sprintf ('Unknown sender alias "%s". ' , $ alias ));
104
104
}
105
105
}
You can’t perform that action at this time.
0 commit comments