mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Added property types to some classes
This commit is contained in:
@@ -19,10 +19,8 @@ use Zend\Expressive\Router\RouterInterface;
|
||||
|
||||
class QrCodeActionTest extends TestCase
|
||||
{
|
||||
/** @var QrCodeAction */
|
||||
private $action;
|
||||
/** @var ObjectProphecy */
|
||||
private $urlShortener;
|
||||
private QrCodeAction $action;
|
||||
private ObjectProphecy $urlShortener;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user