Passed
Push — master ( 273903...46eb67 )
by Anton
45s queued 10s
created
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
 
@@ -26,7 +26,7 @@  discard block
 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/index.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
 
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
  * @throws \Bluz\Common\Exception\ConfigurationException
29 29
  * @throws \Bluz\Http\Exception\RedirectException
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.
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
 
@@ -20,7 +20,7 @@  discard block
 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/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
 
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
  * @throws \Bluz\Http\Exception\NotAllowedException
26 26
  * @throws \Bluz\Http\Exception\NotImplementedException
27 27
  */
28
-return function () {
28
+return function() {
29 29
     /**
30 30
      * @var Controller $this
31 31
      */
Please login to merge, or discard this patch.
application/modules/contact-us/controllers/read.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
  * @throws \Bluz\Db\Exception\InvalidPrimaryKeyException
22 22
  * @throws \Bluz\Db\Exception\TableNotFoundException
23 23
  */
24
-return function ($id) {
24
+return function($id) {
25 25
     /**
26 26
      * @var Controller $this
27 27
      */
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.