Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/21594/head
Joas Schilling 6 years ago
parent be5176076e
commit f8641a6e55
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      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);
});

Loading…
Cancel
Save