mirror of
https://github.com/halaxa/json-machine.git
synced 2025-07-16 20:16:25 +02:00
PHP strict types required
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use JsonMachine\Items;
|
||||
use Symfony\Component\HttpClient\HttpClient;
|
||||
use Symfony\Contracts\HttpClient\ResponseStreamInterface;
|
||||
|
Reference in New Issue
Block a user