Skip to content

Commit b23a226

Browse files
committed
Enable strict_types
1 parent c6af064 commit b23a226

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/JSLikeHTMLElement.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 Readability;
46

57
/**

src/Readability.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 Readability;
46

57
use Masterminds\HTML5;

tests/ReadabilityTest.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 Tests\Readability;
46

57
use Monolog\Handler\TestHandler;

0 commit comments

Comments
 (0)