Skip to content

Commit 0694b3e

Browse files
committed
add strict types check
1 parent 6a7cf46 commit 0694b3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/PhpVersions/InfoTest.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 PhpVersions;
46

57
use PHPUnit\Framework\TestCase;

tests/PhpVersions/ParserTest.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 PhpVersions;
46

57
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)