mirror of
https://github.com/Neur0toxine/pock.git
synced 2024-11-28 15:56:09 +03:00
fix for php 7.2
This commit is contained in:
parent
e127659e0d
commit
fd797567d0
@ -29,7 +29,7 @@ abstract class AbstractRequestMatcherTest extends TestCase
|
|||||||
protected const TEST_URI = self::TEST_SCHEME . '://' . self::TEST_HOST . '/';
|
protected const TEST_URI = self::TEST_SCHEME . '://' . self::TEST_HOST . '/';
|
||||||
|
|
||||||
/** @var \Nyholm\Psr7\Factory\Psr17Factory */
|
/** @var \Nyholm\Psr7\Factory\Psr17Factory */
|
||||||
private static $psr17Factory;
|
protected static $psr17Factory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Psr\Http\Message\RequestInterface
|
* @return \Psr\Http\Message\RequestInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user