Browse Source

fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 5 months ago
parent
commit
6dffc9bc17
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/encryption/tests/Crypto/EncryptAllTest.php

+ 1
- 1
apps/encryption/tests/Crypto/EncryptAllTest.php 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);

Loading…
Cancel
Save