@@ -114,7 +114,6 @@ discard block |
||
| 114 | 114 | /** |
| 115 | 115 | * Set the given form as contact-form |
| 116 | 116 | * |
| 117 | - * @param ContactForm $form |
|
| 118 | 117 | * |
| 119 | 118 | * @return ContactController |
| 120 | 119 | */ |
@@ -166,9 +165,8 @@ discard block |
||
| 166 | 165 | /** |
| 167 | 166 | * Send the email |
| 168 | 167 | * |
| 169 | - * @param array $params The parameters to include in the email |
|
| 170 | 168 | * |
| 171 | - * @return boolean |
|
| 169 | + * @return boolean|null |
|
| 172 | 170 | */ |
| 173 | 171 | protected function sendEmail($values) |
| 174 | 172 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OrgHeiglContact\Service; |
| 4 | 4 | |
| 5 | 5 | use Zend\Di\ServiceLocator; |
| 6 | - |
|
| 7 | 6 | use OrgHeiglContact\Service\ContactControllerFactory; |
| 8 | 7 | use Zend\ServiceManager\ServiceManager; |
| 9 | 8 | use \PHPUnit_Framework_TestCase; |