mirror of
https://github.com/ivuorinen/curly.git
synced 2026-01-26 03:23:59 +00:00
Fix tests
This commit is contained in:
@@ -199,7 +199,7 @@ class CurlyMethodsTest extends TestCase
|
||||
/**
|
||||
* @throws \ivuorinen\Curly\Exceptions\HTTPException
|
||||
*/
|
||||
protected function setUp()
|
||||
protected function setUp() : void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->curly = new Curly;
|
||||
|
||||
Reference in New Issue
Block a user