mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, fix MailImplementationTestAdapter constructor. See D2706.
This commit is contained in:
parent
56d316a208
commit
9a4243b4b3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ final class PhabricatorMailImplementationTestAdapter
|
|||
private $guts = array();
|
||||
private $config;
|
||||
|
||||
public function __construct(array $config) {
|
||||
public function __construct(array $config = array()) {
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue