mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -20,13 +20,9 @@ use Zend\Expressive\Router\RouterInterface;
|
||||
|
||||
class QrCodeActionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var QrCodeAction
|
||||
*/
|
||||
/** @var QrCodeAction */
|
||||
protected $action;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
protected $urlShortener;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user