mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -15,9 +15,7 @@ use function array_merge;
|
||||
|
||||
class ApplicationFactoryTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var ApplicationFactory
|
||||
*/
|
||||
/** @var ApplicationFactory */
|
||||
protected $factory;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user