From: Joas Schilling Date: Fri, 26 Jan 2024 15:05:09 +0000 (+0100) Subject: fix(CS): Fix coding style X-Git-Tag: v29.0.0beta1~371^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6dffc9bc17bd494de4e9b6c1d51d9707c2a5b0b2;p=nextcloud-server.git fix(CS): Fix coding style Signed-off-by: Joas Schilling --- 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);