Enable strict_types

pull/87/head
Jan Tojnar 2 years ago
parent e9c9dbcc25
commit b9fdf04da7
  1. 2
      src/JSLikeHTMLElement.php
  2. 2
      src/Readability.php
  3. 2
      tests/ReadabilityTest.php

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
// SPDX-FileCopyrightText: 2011 Keyvan Minoukadeh - http://www.keyvan.net - keyvan@keyvan.net
// SPDX-License-Identifier: Apache-2.0

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Readability;
use Masterminds\HTML5;

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Tests\Readability;
use Monolog\Handler\TestHandler;

Loading…
Cancel
Save