зеркало из https://github.com/nextcloud/cookbook.git
Run PHP style fixer
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
This commit is contained in:
Родитель
c2a5362362
Коммит
8e7124fa51
|
@ -163,7 +163,7 @@ class UserConfigHelper {
|
|||
*/
|
||||
public function getVisibleInfoBlocks(): array {
|
||||
$rawValue = $this->getRawValue(self::KEY_VISIBLE_INFO_BLOCKS);
|
||||
|
||||
|
||||
if ($rawValue === '') {
|
||||
return [
|
||||
'preparation-time' => true,
|
||||
|
|
|
@ -88,7 +88,7 @@ class ConfigImplementationTest extends TestCase {
|
|||
'folder' => $folder,
|
||||
'update_interval' => $interval,
|
||||
'print_image' => $printImage,
|
||||
'visibleInfoBlocks' => Array (),
|
||||
'visibleInfoBlocks' => array(),
|
||||
];
|
||||
|
||||
$this->userFolder->method('getPath')->willReturn($folder);
|
||||
|
|
Загрузка…
Ссылка в новой задаче