Passed
Push — feature/initial-api-design ( 5e8e55...9772ad )
by Raoul
02:15
created
src/toHtml.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Teein\Html\ToHtml;
5 5
 
6 6
 use Teein\Html\VirtualDom\Document;
7 7
 
8
-function toHtml (Document $document) : string
8
+function toHtml(Document $document) : string
9 9
 {
10 10
     return $document->toHtml();
11 11
 }
Please login to merge, or discard this patch.