From 79c92da8c14de61dccc015f04c3900aac4bd4179 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Apr 2019 11:01:37 +0200 Subject: Formatting ```bash php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/] ``` --- src/Mail/Transport/Transport.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/Mail') 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 -- cgit v1.2.3-54-g00ecf