mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
Codestyle fixes.
This commit is contained in:
parent
08d18b1dc1
commit
fef5390a62
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,11 @@ class UrlShortenerTest extends TestCase
|
|||
public function setUrlShortener($isUrlValidationExists)
|
||||
{
|
||||
$this->urlShortener = new UrlShortener(
|
||||
$this->httpClient->reveal(), $this->em->reveal(), $this->cache, $isUrlValidationExists, UrlShortener::DEFAULT_CHARS
|
||||
$this->httpClient->reveal(),
|
||||
$this->em->reveal(),
|
||||
$this->cache,
|
||||
$isUrlValidationExists,
|
||||
UrlShortener::DEFAULT_CHARS
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue