Passed
Push — master ( a97a13...4050b6 )
by Gabor
03:36
created
src/WebHemi/Router/Result/Result.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\Router\Result;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Router/ProxyInterface.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\Router;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Router/ServiceAdapter/Base/ServiceAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @license   https://opensource.org/licenses/MIT The MIT License (MIT)
9 9
  * @link      http://www.gixx-web.com
10 10
  */
11
-declare(strict_types = 1);
11
+declare(strict_types=1);
12 12
 
13 13
 namespace WebHemi\Router\ServiceAdapter\Base;
14 14
 
Please login to merge, or discard this patch.
src/WebHemi/Application/Progress.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\Application;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Application/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\Application\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Application/ServiceAdapter/AbstractAdapter.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\Application\ServiceAdapter;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/DependencyInjection/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\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/DependencyInjection/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\DependencyInjection\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/DependencyInjection/ServiceAdapter/Symfony/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\DependencyInjection\ServiceAdapter\Symfony;
15 15
 
Please login to merge, or discard this patch.