Remove strict types from Artax client implementation

This commit is contained in:
Timothy Warren 2018-01-15 14:49:17 -05:00
parent 4a0792e4fe
commit 0f705750e7
1 changed files with 2 additions and 2 deletions

View File

@ -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\{