@@ -1,11 +1,11 @@ |
||
| 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 | } |