mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated to coding standard v2.1
This commit is contained in:
@@ -45,7 +45,7 @@ class UrlValidatorTest extends TestCase
|
||||
$request = $this->httpClient->request(
|
||||
RequestMethodInterface::METHOD_GET,
|
||||
$expectedUrl,
|
||||
[RequestOptions::ALLOW_REDIRECTS => ['max' => 15]]
|
||||
[RequestOptions::ALLOW_REDIRECTS => ['max' => 15]],
|
||||
)->willReturn(new Response());
|
||||
|
||||
$this->urlValidator->validateUrl($expectedUrl);
|
||||
|
||||
Reference in New Issue
Block a user