mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 16:23: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 UrlShortenerConfigCustomizerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var UrlShortenerConfigCustomizer
|
||||
*/
|
||||
/** @var UrlShortenerConfigCustomizer */
|
||||
private $plugin;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
private $io;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user