Test Failed
Push — master ( bd39d1...7116ad )
by Gabor
08:54
created
src/WebHemi/Renderer/ServiceAdapter/Twig/TwigExtension.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\Renderer\ServiceAdapter\Twig;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/I18n/DriverAdapter/Gettext/DriverAdapter.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\I18n\DriverAdapter\Gettext;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/I18n/TimeZone/Europe_London.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
 return [
15 15
     'Y4M'    => '%m. %Y',
Please login to merge, or discard this patch.
src/WebHemi/I18n/TimeZone/Europe_Budapest.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
 return [
15 15
     'Y4M'    => '%Y. %m.',
Please login to merge, or discard this patch.
src/WebHemi/I18n/DriverInterface.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\I18n;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/I18n/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\I18n\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/StringLib.php 1 patch
Spacing   +2 added lines, -2 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
 
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
         $parts = explode('#', $input);
43 43
         array_walk(
44 44
             $parts,
45
-            function (&$value) {
45
+            function(&$value) {
46 46
                 $value = ucfirst(strtolower($value));
47 47
             }
48 48
         );
Please login to merge, or discard this patch.
src/WebHemi/Environment/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\Environment;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Environment/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\Environment\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.