Completed
Push — master ( ad824f...c49ea1 )
by Anton
01:40
created
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/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/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.
src/modules/contact-us/controllers/index.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 $message
24 24
  * @return \closure
25 25
  */
26
-return function ($name, $email, $subject, $message) {
26
+return function($name, $email, $subject, $message) {
27 27
     /**
28 28
      * @var Controller $this
29 29
      */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/answer.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/grid.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.