Skip to content

Commit 54ee338

Browse files
committed
update dictionary
1 parent 60157e7 commit 54ee338

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tests/DictionaryTest.php

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

4+
namespace Nejcc\PhpDatatypes\Tests;
5+
6+
use InvalidArgumentException;
37
use Nejcc\PhpDatatypes\Composite\Dictionary;
8+
use OutOfBoundsException;
49
use PHPUnit\Framework\TestCase;
510

611
class DictionaryTest extends TestCase

src/Composite/Dictionary.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)