mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -13,9 +13,9 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
class LanguageConfigCustomizerTest extends TestCase
|
||||
{
|
||||
/** @var LanguageConfigCustomizer */
|
||||
protected $plugin;
|
||||
private $plugin;
|
||||
/** @var ObjectProphecy */
|
||||
protected $io;
|
||||
private $io;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user