fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-01-26 16:05:09 +01:00
parent 590b4fdff7
commit 6dffc9bc17
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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