mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Added property types to all non-deprecated classes
This commit is contained in:
@@ -28,10 +28,8 @@ use function sprintf;
|
||||
|
||||
class VisitServiceTest extends TestCase
|
||||
{
|
||||
/** @var VisitService */
|
||||
private $visitService;
|
||||
/** @var ObjectProphecy */
|
||||
private $em;
|
||||
private VisitService $visitService;
|
||||
private ObjectProphecy $em;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user