mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -10,9 +10,7 @@ abstract class DatabaseTestCase extends TestCase
|
||||
{
|
||||
protected const ENTITIES_TO_EMPTY = [];
|
||||
|
||||
/**
|
||||
* @var EntityManagerInterface
|
||||
*/
|
||||
/** @var EntityManagerInterface */
|
||||
public static $em;
|
||||
|
||||
protected function getEntityManager(): EntityManagerInterface
|
||||
|
||||
Reference in New Issue
Block a user