Skip to content

Commit 07267c3

Browse files
committed
update list data
1 parent 54ee338 commit 07267c3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Tests/ListDataTest.php

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

3+
declare(strict_types=1);
4+
5+
namespace Nejcc\PhpDatatypes\Tests;
36

47
use Nejcc\PhpDatatypes\Composite\ListData;
8+
use OutOfBoundsException;
59
use PHPUnit\Framework\TestCase;
610
class ListDataTest extends TestCase
711
{

src/Composite/ListData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types=1);
23

34
namespace Nejcc\PhpDatatypes\Composite;
45

0 commit comments

Comments
 (0)