From 09dde75ec3c673ae4474d86d697d2136a8c4d779 Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 3 Dec 2015 15:40:48 +0200 Subject: [PATCH] first commit from phpstorm --- frontend/models/ContactForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/models/ContactForm.php b/frontend/models/ContactForm.php index 613abb5..3537042 100644 --- a/frontend/models/ContactForm.php +++ b/frontend/models/ContactForm.php @@ -43,7 +43,7 @@ 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