mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -15,13 +15,9 @@ use function strpos;
|
||||
|
||||
class ApplicationConfigCustomizerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var ApplicationConfigCustomizer
|
||||
*/
|
||||
/** @var ApplicationConfigCustomizer */
|
||||
private $plugin;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
private $io;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user