Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-06-26 16:16:06 +02:00 committed by backportbot[bot]
parent 1c2d8faf34
commit b33c074d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});