1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-07-17 04:21:16 +02:00

Build fixed

This commit is contained in:
Filip Halaxa
2022-10-22 20:20:17 +02:00
parent 64b5f23157
commit aba5205393
5 changed files with 6 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
<?php
declare(strict_types=1);
namespace JsonMachineTest\JsonDecoder;
use JsonMachine\JsonDecoder\ExtJsonDecoder;
use JsonMachine\JsonDecoder\ItemDecoder;
use JsonMachine\JsonDecoder\StringOnlyDecoder;
use JsonMachine\Parser;
use PHPUnit\Framework\TestCase;