mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Codestyle fixes.
This commit is contained in:
@@ -67,11 +67,7 @@ class UrlShortenerTest extends TestCase
|
||||
public function setUrlShortener($isUrlValidationExists)
|
||||
{
|
||||
$this->urlShortener = new UrlShortener(
|
||||
$this->httpClient->reveal(),
|
||||
$this->em->reveal(),
|
||||
$this->cache,
|
||||
UrlShortener::DEFAULT_CHARS,
|
||||
$isUrlValidationExists
|
||||
$this->httpClient->reveal(), $this->em->reveal(), $this->cache, $isUrlValidationExists, UrlShortener::DEFAULT_CHARS
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user