Passed
Push — master ( 3d9fe4...dabc8b )
by Anton
03:14 queued 01:37
created
application/modules/contact-us/controllers/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
  * @return array
29 29
  * @throws ValidatorException
30 30
  */
31
-return function ($name, $email, $subject, $message) {
31
+return function($name, $email, $subject, $message) {
32 32
     /**
33 33
      * @var Controller $this
34 34
      */
Please login to merge, or discard this patch.