Skip to content

Commit 44e7619

Browse files
author
Martin Brecht-Precht
committed
Code style fixes
1 parent 02b5d36 commit 44e7619

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

example/commonmark-01.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/commonmark-02.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\CommonmarkDispatcher;

example/commonmark-03.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/debug.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/html.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/json.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/xhtml.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/xml.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

example/yaml.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Markdom\Test;
46

57
use Markdom\Dispatcher\JsonDispatcher;

0 commit comments

Comments
 (0)