mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
fix(CS): Fix coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
590b4fdff7
commit
6dffc9bc17
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue