Completed
Push — master ( c8ffd4...c38b30 )
by Anton
10s
created
application/modules/contact-us/controllers/index.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Application\ContactUs\Row;
12 12
 use Bluz\Db\Exception\DbException;
13
-use Bluz\Proxy\Logger;
14 13
 use Bluz\Proxy\Request;
15 14
 use Bluz\Proxy\Messages;
16 15
 use Bluz\Controller\Controller;
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * @link      https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application;
10 10
 
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
  * @param string $message
28 28
  * @return array
29 29
  */
30
-return function ($name, $email, $subject, $message) {
30
+return function($name, $email, $subject, $message) {
31 31
     /**
32 32
      * @var Controller $this
33 33
      */
Please login to merge, or discard this patch.
application/models/ContactUs/Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\ContactUs;
10 10
 
Please login to merge, or discard this patch.
application/models/ContactUs/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\ContactUs;
10 10
 
Please login to merge, or discard this patch.
application/models/ContactUs/Table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\ContactUs;
10 10
 
Please login to merge, or discard this patch.
application/models/ContactUs/Crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * @link https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application\ContactUs;
10 10
 
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/grid.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * @link      https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application;
10 10
 
@@ -16,7 +16,7 @@  discard block
 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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * @link      https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application;
10 10
 
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
  *
17 17
  * @throws NotFoundException
18 18
  */
19
-return function ($id) {
19
+return function($id) {
20 20
     /**
21 21
      * @var Controller $this
22 22
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/reply.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * @link      https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application;
10 10
 
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
  *
22 22
  * @throws NotFoundException
23 23
  */
24
-return function ($id, $message) {
24
+return function($id, $message) {
25 25
     /**
26 26
      * @var Controller $this
27 27
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/crud.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * @link      https://github.com/bluzphp/skeleton
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Application;
10 10
 
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  *
20 20
  * @return mixed
21 21
  */
22
-return function () {
22
+return function() {
23 23
     /**
24 24
      * @var Controller $this
25 25
      */
Please login to merge, or discard this patch.