| @@ -102,7 +102,7 @@ discard block | ||
| 102 | 102 | /** | 
| 103 | 103 | * Set the default transport | 
| 104 | 104 | * | 
| 105 | - * @param Transport $transport The transport to set as default | |
| 105 | + * @param TransportInterface $transport The transport to set as default | |
| 106 | 106 | * | 
| 107 | 107 | * @return ContactController | 
| 108 | 108 | */ | 
| @@ -115,7 +115,6 @@ discard block | ||
| 115 | 115 | /** | 
| 116 | 116 | * Set the given form as contact-form | 
| 117 | 117 | * | 
| 118 | - * @param ContactForm $form | |
| 119 | 118 | * | 
| 120 | 119 | * @return ContactController | 
| 121 | 120 | */ | 
| @@ -167,9 +166,8 @@ discard block | ||
| 167 | 166 | /** | 
| 168 | 167 | * Send the email | 
| 169 | 168 | * | 
| 170 | - * @param array $params The parameters to include in the email | |
| 171 | 169 | * | 
| 172 | - * @return boolean | |
| 170 | + * @return boolean|null | |
| 173 | 171 | */ | 
| 174 | 172 | protected function sendEmail($values) | 
| 175 | 173 |      { | 
| @@ -53,7 +53,6 @@ | ||
| 53 | 53 | /** | 
| 54 | 54 | * Create the ContactController | 
| 55 | 55 | * | 
| 56 | - * @param ServiceLocator $services The ServiceLocator | |
| 57 | 56 | * | 
| 58 | 57 | * @see \Zend\ServiceManager\FactoryInterface::createService() | 
| 59 | 58 | * @return ContactController |