Remove strict types from Artax client implementation
This commit is contained in:
parent
7b9adbf52e
commit
4532bd1865
@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
/**
|
||||
* Hummingbird Anime List Client
|
||||
*
|
||||
@ -43,7 +43,7 @@ use Amp\Artax\{
|
||||
use Amp\Artax\Cookie\{
|
||||
Cookie,
|
||||
CookieFormatException,
|
||||
CookieJar,
|
||||
CookieJar,
|
||||
NullCookieJar
|
||||
};
|
||||
use Amp\Artax\Internal\{
|
||||
|
Loading…
Reference in New Issue
Block a user