We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60157e7 commit 54ee338Copy full SHA for 54ee338
Tests/DictionaryTest.php
@@ -1,6 +1,11 @@
1
<?php
2
+declare(strict_types=1);
3
4
+namespace Nejcc\PhpDatatypes\Tests;
5
+
6
+use InvalidArgumentException;
7
use Nejcc\PhpDatatypes\Composite\Dictionary;
8
+use OutOfBoundsException;
9
use PHPUnit\Framework\TestCase;
10
11
class DictionaryTest extends TestCase
src/Composite/Dictionary.php
@@ -1,4 +1,5 @@
namespace Nejcc\PhpDatatypes\Composite;
0 commit comments