Commit 09dde75ec3c673ae4474d86d697d2136a8c4d779
1 parent
2d4bdc16
first commit from phpstorm
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/models/ContactForm.php
... | ... | @@ -43,7 +43,7 @@ class ContactForm extends Model |
43 | 43 | |
44 | 44 | /** |
45 | 45 | * Sends an email to the specified email address using the information collected by this model. |
46 | - * | |
46 | + * TODO: test | |
47 | 47 | * @param string $email the target email address |
48 | 48 | * @return boolean whether the email was sent |
49 | 49 | */ | ... | ... |