From c886f93854c0b4c4523a87f9b5aaecc30c2c0bc2 Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 3 Dec 2015 15:40:58 +0200 Subject: [PATCH] first commit from phpstorm --- frontend/models/ContactForm.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/frontend/models/ContactForm.php b/frontend/models/ContactForm.php index 3537042..e2b4acb 100644 --- a/frontend/models/ContactForm.php +++ b/frontend/models/ContactForm.php @@ -43,7 +43,6 @@ class ContactForm extends Model /** * Sends an email to the specified email address using the information collected by this model. - * TODO: test * @param string $email the target email address * @return boolean whether the email was sent */ -- libgit2 0.21.4