Passed
Push — 5.0 ( 525776...c16c04 )
by Marc André
04:03 queued 01:58
created
src/Exceptions/CoreException.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/Core/AlreadyInitialisedException.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.