From 6dffc9bc17bd494de4e9b6c1d51d9707c2a5b0b2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jan 2024 16:05:09 +0100 Subject: [PATCH] fix(CS): Fix coding style Signed-off-by: Joas Schilling --- apps/encryption/tests/Crypto/EncryptAllTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/encryption/tests/Crypto/EncryptAllTest.php b/apps/encryption/tests/Crypto/EncryptAllTest.php index 7c7e6a7f7ab..78b9b5f7e37 100644 --- a/apps/encryption/tests/Crypto/EncryptAllTest.php +++ b/apps/encryption/tests/Crypto/EncryptAllTest.php @@ -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); -- 2.39.5