Passed
Pull Request — master (#23)
by Anton
01:43
created
application/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 void
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.
application/modules/contact-us/controllers/answer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  * @throws \Bluz\Db\Exception\InvalidPrimaryKeyException
21 21
  * @throws \Bluz\Db\Exception\TableNotFoundException
22 22
  */
23
-return function ($id) {
23
+return function($id) {
24 24
     /**
25 25
      * @var Controller $this
26 26
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/reply.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  * @throws \Bluz\Db\Exception\TableNotFoundException
27 27
  * @throws \Bluz\Http\Exception\RedirectException
28 28
  */
29
-return function ($id, $message) {
29
+return function($id, $message) {
30 30
     /**
31 31
      * @var Controller $this
32 32
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
  * @throws NotAllowedException
34 34
  * @throws NotImplementedException
35 35
  */
36
-return function () {
36
+return function() {
37 37
     /**
38 38
      * @var Controller $this
39 39
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
  * @return array
30 30
  * @throws RedirectException
31 31
  */
32
-return function ($name, $email, $subject, $message) {
32
+return function($name, $email, $subject, $message) {
33 33
     /**
34 34
      * @var Controller $this
35 35
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/read.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  * @throws \Bluz\Db\Exception\InvalidPrimaryKeyException
21 21
  * @throws \Bluz\Db\Exception\TableNotFoundException
22 22
  */
23
-return function ($id) {
23
+return function($id) {
24 24
     /**
25 25
      * @var Controller $this
26 26
      */
Please login to merge, or discard this patch.