mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -16,9 +16,9 @@ use Zend\Diactoros\Uri;
|
||||
class QrCodeCacheMiddlewareTest extends TestCase
|
||||
{
|
||||
/** @var QrCodeCacheMiddleware */
|
||||
protected $middleware;
|
||||
private $middleware;
|
||||
/** @var Cache */
|
||||
protected $cache;
|
||||
private $cache;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user