mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Fix typo in typehint
This commit is contained in:
parent
b483c11d46
commit
8b95669e82
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ abstract class PhabricatorObjectMailReceiver extends PhabricatorMailReceiver {
|
|||
}
|
||||
|
||||
private function matchObjectAddressInMail(
|
||||
PhabricatorMetaMTAReceivedmail $mail) {
|
||||
PhabricatorMetaMTAReceivedMail $mail) {
|
||||
|
||||
foreach ($mail->getToAddresses() as $address) {
|
||||
$parts = $this->matchObjectAddress($address);
|
||||
|
|
Loading…
Reference in a new issue