Passed
Push — 5.0 ( c5a24e...bca073 )
by Marc André
02:04
created
src/Exceptions/ControllerReflectionException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/RouterException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/ContextException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/Singletons/InvalidClassException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions\Singletons;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/ControllerReflection/InvalidControllerException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions\ControllerReflection;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/SingletonException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/Context/InvalidProviderException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions\Router;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/Router/InvalidMiddlewareException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions\Router;
19 19
 
Please login to merge, or discard this patch.
src/Exceptions/Router/RouteNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @since     5.0.0
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Cervo\Exceptions\Router;
19 19
 
Please login to merge, or discard this patch.