Codestyle fixes.

This commit is contained in:
Mikolaj Gogula 2017-10-17 11:35:32 +02:00
parent 08d18b1dc1
commit fef5390a62

View file

@ -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
);
}