Completed
Branch master (c05070)
by Anton
02:17
created
Category
src/modules/contact-us/controllers/reply.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param int $id
20 20
      * @param string $message
21 21
      */
22
-    function ($id, $message) {
22
+    function($id, $message) {
23 23
         /**
24 24
          * @var Controller $this
25 25
          */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  * @param string $mark
19 19
  * @param int $value
20 20
  */
21
-return function ($id, $mark, $value) {
21
+return function($id, $mark, $value) {
22 22
     /**
23 23
      * @var Controller $this
24 24
      */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/read.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * @param int $id
16 16
      */
17
-    function ($id) {
17
+    function($id) {
18 18
         /**
19 19
          * @var Controller $this
20 20
          */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/add-message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
  * @param string $captcha
24 24
  * @return \closure
25 25
  */
26
-return function ($name, $email, $subject, $message, $captcha) {
26
+return function($name, $email, $subject, $message, $captcha) {
27 27
     /**
28 28
      * @var Controller $this
29 29
      */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  *
17 17
  * @return mixed
18 18
  */
19
-return function () {
19
+return function() {
20 20
     /**
21 21
      * @var Controller $this
22 22
      */
Please login to merge, or discard this patch.