Просмотр исходного кода

fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 5 месяцев назад
Родитель
Сommit
6dffc9bc17
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      apps/encryption/tests/Crypto/EncryptAllTest.php

+ 1
- 1
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);

Загрузка…
Отмена
Сохранить