diff options
author | Joas Schilling <coding@schilljs.com> | 2024-01-26 16:05:09 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 16:05:09 +0100 |
commit | 6dffc9bc17bd494de4e9b6c1d51d9707c2a5b0b2 (patch) | |
tree | 5a45f9d44fe342e34f892ed68c000efdce7cc5a8 | |
parent | 590b4fdff7635f7474ef2ff37ea8385d091aa52c (diff) | |
download | nextcloud-server-6dffc9bc17bd494de4e9b6c1d51d9707c2a5b0b2.tar.gz nextcloud-server-6dffc9bc17bd494de4e9b6c1d51d9707c2a5b0b2.zip |
fix(CS): Fix coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/encryption/tests/Crypto/EncryptAllTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |