1
0
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:
Filip Halaxa
2022-02-03 21:56:47 +01:00
parent f66459a869
commit ff02dcc4b6
43 changed files with 86 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use JsonMachine\Items;
use Symfony\Component\HttpClient\HttpClient;
use Symfony\Contracts\HttpClient\ResponseStreamInterface;