| @@ -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 | +} | |