| @@ -1,13 +1,11 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | -namespace SendWP; | |
| 4 | - | |
| 5 | -/** | |
| 6 | - * An interface for decorating phpMailer. | |
| 7 | - */ | |
| 8 | -interface MailerInterface { | |
| 9 | - /** | |
| 10 | - * The send method for the interface | |
| 11 | - */ | |
| 12 | - public function send(); | |
| 13 | -} | |
| 1 | +<?php | |
| 2 | + | |
| 3 | +namespace SendWP; | |
| 4 | + | |
| 5 | +/** | |
| 6 | + * An interface for decorating phpMailer. | |
| 7 | + */ | |
| 8 | +interface MailerInterface | |
| 9 | +{ | |
| 10 | + public function send(); | |
| 11 | +} | |