fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41003/head
Joas Schilling 4 months ago
parent 590b4fdff7
commit 6dffc9bc17
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -125,7 +125,7 @@ class EncryptAllTest extends TestCase {
/**
* We need format method to return a string
* @var OutputFormatterInterface|\PHPUnit\Framework\MockObject\MockObject
*/
*/
$outputFormatter = $this->createMock(OutputFormatterInterface::class);
$outputFormatter->method('isDecorated')->willReturn(false);
$outputFormatter->method('format')->willReturnArgument(0);

Loading…
Cancel
Save