Passed
Branch develop (2f9a76)
by Andrey
09:20
created
Category
Factory/ScheduleObjectFromArrayFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Factory;
6 6
 
Please login to merge, or discard this patch.
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
DependencyInjection/ItmediaZippyBusExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
ZippyBusProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle;
6 6
 
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
             $routes[] = $this->factory->createRoute($routeArray, $date);
64 64
         }
65 65
 
66
-        usort($routes, function (Route $routeA, Route $routeB) {
66
+        usort($routes, function(Route $routeA, Route $routeB) {
67 67
             return strnatcmp($routeA->getName(), $routeB->getName());
68 68
         });
69 69
 
Please login to merge, or discard this patch.
Exception/HttpBadRequestException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Exception;
6 6
 
Please login to merge, or discard this patch.
Exception/HttpUnauthorizedException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Exception;
6 6
 
Please login to merge, or discard this patch.
Exception/HttpServerErrorException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Exception;
6 6
 
Please login to merge, or discard this patch.
Exception/ZippyBusException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Exception;
6 6
 
Please login to merge, or discard this patch.
Exception/HttpForbiddenException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Itmedia\ZippyBusBundle\Exception;
6 6
 
Please login to merge, or discard this patch.