From d9015a8c94bfd71fe484618a06d276701d3bf9ff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Oct 2020 15:12:57 +0200 Subject: Format code to a single space around binary operators Signed-off-by: Christoph Wurst --- tests/lib/L10N/FactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/L10N') diff --git a/tests/lib/L10N/FactoryTest.php b/tests/lib/L10N/FactoryTest.php index db4dc4db865..33094f053d8 100644 --- a/tests/lib/L10N/FactoryTest.php +++ b/tests/lib/L10N/FactoryTest.php @@ -611,7 +611,7 @@ class FactoryTest extends TestCase { $factory = $this->getFactory(); if ($iUserMock === null) { - $matcher = $this->userSession->expects($this->once()) + $matcher = $this->userSession->expects($this->once()) ->method('getUser'); if ($hasSession) { -- cgit v1.2.3