Passed
Push — master ( 749b16...167cfa )
by Gabor
04:47
created
src/WebHemi/Adapter/Router/FastRoute/FastRouteAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 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\Adapter\Router\FastRoute;
14 14
 
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         $this->result = $routeResult;
51 51
         $this->applicationPath = $environmentManager->getSelectedApplicationUri();
52 52
         $this->adapter = \FastRoute\simpleDispatcher(
53
-            function (RouteCollector $routeCollector) use ($routes) {
53
+            function(RouteCollector $routeCollector) use ($routes) {
54 54
                 foreach ($routes as $route) {
55 55
                     $method   = $route['allowed_methods'];
56 56
                     $uri      = $route['path'];
Please login to merge, or discard this patch.
src/WebHemi/Form/MultipleFormElementInterface.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\Form;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/FormElementInterface.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\Form;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/FormInterface.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\Form;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/Html/HtmlForm.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\Form\Html;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/Html/Html5FormElement.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\Form\Html;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/Html/HtmlFormElement.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\Form\Html;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Form/Html/HtmlMultipleFormElement.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\Form\Html;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Config/ConfigInterface.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\Config;
15 15
 
Please login to merge, or discard this patch.