Refactor CounterImageRendererService

This commit is contained in:
antonkomarev
2020-07-12 12:28:18 +03:00
parent 793a8ff0b4
commit b33e9d4fcf
3 changed files with 22 additions and 23 deletions

View File

@@ -19,10 +19,7 @@ final class CounterFileRepository implements CounterRepositoryInterface
{
private string $counterPath;
public function __construct(
string $storagePath,
string $counterFileName
)
public function __construct(string $storagePath, string $counterFileName)
{
$this->counterPath = $storagePath . '/' . $counterFileName;
}