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