1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Standardise formatting

This commit is contained in:
Aidan Woods
2018-12-04 17:24:25 +01:00
parent 267256cbb8
commit 8512e65a18
11 changed files with 583 additions and 736 deletions

View File

@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
namespace Erusev\Parsedown\Html;

View File

@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
namespace Erusev\Parsedown\Html\Renderables;

View File

@@ -1,9 +1,8 @@
<?php declare(strict_types=1);
<?php
namespace Erusev\Parsedown\Html\Renderables;
use Erusev\Parsedown\Html\Renderable;
use Erusev\Parsedown\Html\Sanitisation\CharacterFilter;
use Erusev\Parsedown\Html\Sanitisation\Escaper;
final class Text implements Renderable

View File

@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
namespace Erusev\Parsedown\Html\Sanitisation;

View File

@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
namespace Erusev\Parsedown\Html\Sanitisation;

File diff suppressed because it is too large Load Diff