mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Updated to coding standard v2.1
This commit is contained in:
@@ -70,7 +70,7 @@ class QrCodeActionTest extends TestCase
|
||||
|
||||
$resp = $this->action->process(
|
||||
(new ServerRequest())->withAttribute('shortCode', $shortCode),
|
||||
$delegate->reveal()
|
||||
$delegate->reveal(),
|
||||
);
|
||||
|
||||
$this->assertInstanceOf(QrCodeResponse::class, $resp);
|
||||
|
||||
Reference in New Issue
Block a user