mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -21,9 +21,9 @@ use function func_get_args;
|
||||
class VisitServiceTest extends TestCase
|
||||
{
|
||||
/** @var VisitService */
|
||||
protected $visitService;
|
||||
private $visitService;
|
||||
/** @var ObjectProphecy */
|
||||
protected $em;
|
||||
private $em;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user