Skip to content

Commit 8b95669

Browse files
committed
Fix typo in typehint
1 parent b483c11 commit 8b95669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/metamta/receiver/PhabricatorObjectMailReceiver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ final public function canAcceptMail(PhabricatorMetaMTAReceivedMail $mail) {
120120
}
121121

122122
private function matchObjectAddressInMail(
123-
PhabricatorMetaMTAReceivedmail $mail) {
123+
PhabricatorMetaMTAReceivedMail $mail) {
124124

125125
foreach ($mail->getToAddresses() as $address) {
126126
$parts = $this->matchObjectAddress($address);

0 commit comments

Comments
 (0)