]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CS): Fix coding style
authorJoas Schilling <coding@schilljs.com>
Fri, 26 Jan 2024 15:05:09 +0000 (16:05 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 26 Jan 2024 15:05:09 +0000 (16:05 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/encryption/tests/Crypto/EncryptAllTest.php

index 7c7e6a7f7ab4e32c3bc7c5c38125174134ada18d..78b9b5f7e37182109a104038c53f5f41b44864f5 100644 (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);