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 cf4069d commit 3b92aa8Copy full SHA for 3b92aa8
tests/ValidatorTest.php
@@ -2,9 +2,9 @@
2
3
namespace JsonSchema\Tests;
4
5
+use JsonSchema\Exception\InvalidArgumentException;
6
use JsonSchema\Validator;
7
use PHPUnit\Framework\TestCase;
-use JsonSchema\Exception\InvalidArgumentException;
8
9
class ValidatorTest extends TestCase
10
{
0 commit comments