Completed
Push — phpug ( 46a72c )
by Andreas
08:05
created
src/OrgHeiglContact/Controller/ContactController.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -114,7 +114,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
tests/OrgHeiglContact/Service/ContactControllerFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.