mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Fix code style
This commit is contained in:
parent
b2bbcc4965
commit
02fae146e6
17 changed files with 134 additions and 118 deletions
|
@ -376,7 +376,7 @@ class StorageManagerTest extends DatabaseTestCase
|
|||
$this->l10n,
|
||||
false
|
||||
);
|
||||
$storage = $storageManager->getWritableStorageByName($name);
|
||||
$storage = $storageManager->getWritableStorageByName($name);
|
||||
$storageManager->move($storage);
|
||||
|
||||
$photos = $this->database->select('photo', ['backend-ref', 'backend-class', 'id', 'data']);
|
||||
|
@ -407,7 +407,7 @@ class StorageManagerTest extends DatabaseTestCase
|
|||
$this->l10n,
|
||||
false
|
||||
);
|
||||
$storage = $storageManager->getWritableStorageByName(SystemResource::getName());
|
||||
$storage = $storageManager->getWritableStorageByName(SystemResource::getName());
|
||||
$storageManager->move($storage);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue