| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | |
| 3 | 3 | interface LarachimpListMember | 
| 4 | 4 |  { | 
| 5 | - /** | |
| 6 | - * Return the first name of the subscriber to the Mailchimp list | |
| 7 | - * | |
| 8 | - * @return string | |
| 9 | - */ | |
| 5 | + /** | |
| 6 | + * Return the first name of the subscriber to the Mailchimp list | |
| 7 | + * | |
| 8 | + * @return string | |
| 9 | + */ | |
| 10 | 10 | public function getFirstName(); | 
| 11 | 11 | |
| 12 | 12 | /** |