Completed
Push — master ( b68016...962195 )
by Peter
03:15
created
src/Exceptions/Handlers/Whoops/ExceptionHandler.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 Foo\Debug\Exceptions\Handlers\Whoops;
6 6
 
Please login to merge, or discard this patch.
src/Exceptions/Handlers/Whoops/ExceptionRenderer.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 Foo\Debug\Exceptions\Handlers\Whoops;
6 6
 
Please login to merge, or discard this patch.