mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -12,13 +12,9 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
class LanguageConfigCustomizerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var LanguageConfigCustomizer
|
||||
*/
|
||||
/** @var LanguageConfigCustomizer */
|
||||
protected $plugin;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
protected $io;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user