From 3a62ffbe8860afeaef167ba8f1b455af8275faef Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 3 Sep 2020 12:02:17 +0200 Subject: run phpcbf Signed-off-by: Benjamin Brahmer --- tests/Unit/Config/ConfigTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Unit/Config') diff --git a/tests/Unit/Config/ConfigTest.php b/tests/Unit/Config/ConfigTest.php index 4cad07c2d..60a292afc 100644 --- a/tests/Unit/Config/ConfigTest.php +++ b/tests/Unit/Config/ConfigTest.php @@ -35,7 +35,9 @@ class ConfigTest extends TestCase $this->fileSystem = $this->getMockBuilder(Folder::class)->getMock(); $this->loggerParams = ['hi']; $this->config = new Config( - $this->fileSystem, $this->logger, $this->loggerParams + $this->fileSystem, + $this->logger, + $this->loggerParams ); $this->configPath = 'config.json'; } -- cgit v1.2.3