mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 16:53:11 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -17,7 +17,7 @@ use function array_shift;
|
||||
class PathVersionMiddlewareTest extends TestCase
|
||||
{
|
||||
/** @var PathVersionMiddleware */
|
||||
protected $middleware;
|
||||
private $middleware;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user