mirror of
https://github.com/Neur0toxine/pock.git
synced 2025-04-05 05:33:31 +03:00
fix for php 7.2
This commit is contained in:
parent
e127659e0d
commit
fd797567d0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ abstract class AbstractRequestMatcherTest extends TestCase
|
|||
protected const TEST_URI = self::TEST_SCHEME . '://' . self::TEST_HOST . '/';
|
||||
|
||||
/** @var \Nyholm\Psr7\Factory\Psr17Factory */
|
||||
private static $psr17Factory;
|
||||
protected static $psr17Factory;
|
||||
|
||||
/**
|
||||
* @return \Psr\Http\Message\RequestInterface
|
||||
|
|
Loading…
Add table
Reference in a new issue