From f8641a6e55cd0c9969bb7fc08bf89ddffe43663b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jun 2020 16:16:06 +0200 Subject: Fix PHP CS Signed-off-by: Joas Schilling --- apps/theming/tests/CapabilitiesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/tests') diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php index 216672a881e..3ad31f029ed 100644 --- a/apps/theming/tests/CapabilitiesTest.php +++ b/apps/theming/tests/CapabilitiesTest.php @@ -178,7 +178,7 @@ class CapabilitiesTest extends TestCase { $this->util->expects($this->exactly(3)) ->method('elementColor') ->with($color) - ->willReturnCallback(static function(string $color, bool $brightBackground = true) use ($util) { + ->willReturnCallback(static function (string $color, bool $brightBackground = true) use ($util) { return $util->elementColor($color, $brightBackground); }); -- cgit v1.2.3