Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 798f8bb

Browse filesBrowse files
committed
fixed typos
1 parent fdeb93e commit 798f8bb
Copy full SHA for 798f8bb

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Messenger/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGELOG
55
-----
66

77
* [BC BREAK] `SendersLocatorInterface` has an additional method:
8-
`getSenderByAlias()`.
8+
`getSenderByAlias()`.
99
* A new `ListableReceiverInterface` was added, which a receiver
1010
can implement (when applicable) to enable listing and fetching
1111
individual messages by id (used in the new "Failed Messages" commands).

‎src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ public function getSenderByAlias(string $alias): SenderInterface
100100
return $this->sendersLocator->get($alias);
101101
}
102102

103-
throw new UnknownSenderException(sprintf('Unknown sender alias "%s"', $alias));
103+
throw new UnknownSenderException(sprintf('Unknown sender alias "%s".', $alias));
104104
}
105105
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.