PluginProbe
SendWP / 0.0.2
SendWP v0.0.2
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
← All changes | includes/interface.mailer.php +11 -11 trunk0.0.2 View file →
@@ -1,11 +1,11 @@
1 -<?php
2 -
3 -namespace SendWP;
4 -
5 -/**
6 - * An interface for decorating phpMailer.
7 - */
8 -interface MailerInterface
9 -{
10 - public function send();
11 -}
1 +<?php
2 +
3 +namespace SendWP;
4 +
5 +/**
6 + * An interface for decorating phpMailer.
7 + */
8 +interface MailerInterface
9 +{
10 + public function send();
11 +}