summaryrefslogtreecommitdiff
path: root/src/Mail/Transport/Transport.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mail/Transport/Transport.php')
-rw-r--r--src/Mail/Transport/Transport.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/Mail/Transport/Transport.php b/src/Mail/Transport/Transport.php
index 691faf60..b83620a6 100644
--- a/src/Mail/Transport/Transport.php
+++ b/src/Mail/Transport/Transport.php
@@ -21,12 +21,16 @@ abstract class Transport implements SwiftTransport
/**
* Start this Transport mechanism.
*/
- public function start() { }
+ public function start()
+ {
+ }
/**
* Stop this Transport mechanism.
*/
- public function stop() { }
+ public function stop()
+ {
+ }
/**
* Check if this Transport mechanism is alive.
@@ -59,7 +63,9 @@ abstract class Transport implements SwiftTransport
*
* @param Swift_Events_EventListener $plugin
*/
- public function registerPlugin(Swift_Events_EventListener $plugin) { }
+ public function registerPlugin(Swift_Events_EventListener $plugin)
+ {
+ }
/**
* Returns a unified list of all recipients