mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added property types to all non-deprecated classes
This commit is contained in:
@@ -18,10 +18,8 @@ use Zend\Paginator\Paginator;
|
||||
|
||||
class GetVisitsActionTest extends TestCase
|
||||
{
|
||||
/** @var GetVisitsAction */
|
||||
private $action;
|
||||
/** @var ObjectProphecy */
|
||||
private $visitsTracker;
|
||||
private GetVisitsAction $action;
|
||||
private ObjectProphecy $visitsTracker;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user