Updated SenderInterface. Finished GnokiiSender

Testing is still needed.
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-10-08 13:00:27 +02:00
parent 7937536989
commit 883bff620b
3 changed files with 54 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ interface SenderInterface
* @throws Exception Upon sending error. Gnokii output will be
* stored in $e->message
*/
public function send($username, $recipient, $message, $passwordLocations);
public function send($username, $recipient, $message, array $passwordLocations);
}