Fix comments for Echomail Notifications

This commit is contained in:
2024-06-10 09:19:21 +10:00
parent ba0f643dca
commit 61cfb773e2
4 changed files with 6 additions and 14 deletions

View File

@@ -17,18 +17,14 @@ class Test extends Echomails
private const LOGKEY = 'NNP';
private Echomail $mo;
/**
* Reply to a netmail ping request.
* Respond to a test in echomail.
*
* @param Echomail $mo
*/
public function __construct(Echomail $mo)
public function __construct(private Echomail $mo)
{
parent::__construct();
$this->mo = $mo;
}
/**