Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
be5176076e
commit
f8641a6e55
|
@ -178,7 +178,7 @@ class CapabilitiesTest extends TestCase {
|
||||||
$this->util->expects($this->exactly(3))
|
$this->util->expects($this->exactly(3))
|
||||||
->method('elementColor')
|
->method('elementColor')
|
||||||
->with($color)
|
->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);
|
return $util->elementColor($color, $brightBackground);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue