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 54ee338 commit 07267c3Copy full SHA for 07267c3
Tests/ListDataTest.php
@@ -1,7 +1,11 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
+namespace Nejcc\PhpDatatypes\Tests;
6
7
use Nejcc\PhpDatatypes\Composite\ListData;
8
+use OutOfBoundsException;
9
use PHPUnit\Framework\TestCase;
10
class ListDataTest extends TestCase
11
{
src/Composite/ListData.php
@@ -1,4 +1,5 @@
namespace Nejcc\PhpDatatypes\Composite;
0 commit comments