Passed
Push — master ( 22c5d8...61847e )
by Alex
07:43
created
Mezon/Router/Tests/Base/NonAsciiCharsUnitTestClass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Mezon\Router\Tests\Base;
4 4
 
5 5
 /**
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         // test body
48 48
         $router->addRoute(
49 49
             'кириллический-урл/[s:non-ascii-param]',
50
-            function (string $route, array $params): string {
50
+            function(string $route, array $params): string {
51 51
                 return $params['non-ascii-param'];
52 52
             },
53 53
             'GET');
Please login to merge, or discard this patch.