mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -10,9 +10,7 @@ use Zend\ServiceManager\ServiceManager;
|
||||
|
||||
class EntityManagerFactoryTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var EntityManagerFactory
|
||||
*/
|
||||
/** @var EntityManagerFactory */
|
||||
protected $factory;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user