Passed
Push — master ( 7116ad...cdfcca )
by Gabor
07:44
created
src/WebHemi/GeneralLib.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi;
15 15
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     {
74 74
         if (func_num_args() < 2) {
75 75
             throw new InvalidArgumentException(
76
-                __CLASS__ . '::' . __METHOD__ . ' needs two or more array arguments',
76
+                __CLASS__.'::'.__METHOD__.' needs two or more array arguments',
77 77
                 1000
78 78
             );
79 79
         }
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
             $array = array_shift($arrays);
85 85
             if (!is_array($array)) {
86 86
                 throw new InvalidArgumentException(
87
-                    __CLASS__ . '::' . __METHOD__ . ' encountered a non array argument',
87
+                    __CLASS__.'::'.__METHOD__.' encountered a non array argument',
88 88
                     1001
89 89
                 );
90 90
             }
Please login to merge, or discard this patch.
src/WebHemi/Mailer/ServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Mailer;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Mailer/ServiceAdapter/TxMailer/ServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Mailer\ServiceAdapter\TxMailer;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Acl/ServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Acl;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Acl/ServiceAdapter/Base/ServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Acl\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Acl/ServiceAdapter/AbstractServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Acl\ServiceAdapter;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Parser/ServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Parser;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Parser/ServiceAdapter/Parsedown/ServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Parser\ServiceAdapter\Parsedown;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Configuration/ServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Configuration;
15 15
 
Please login to merge, or discard this patch.