mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Code standards
This commit is contained in:
parent
682456c7d1
commit
f7b6fef197
2 changed files with 5 additions and 5 deletions
|
@ -94,7 +94,7 @@ HELP;
|
|||
$name = $this->args[1];
|
||||
$class = StorageManager::getByName($name);
|
||||
|
||||
if ($class === "") {
|
||||
if ($class === '') {
|
||||
$this->out($name . ' is not a registered backend.');
|
||||
return -1;
|
||||
}
|
||||
|
@ -111,6 +111,6 @@ HELP;
|
|||
|
||||
$current = StorageManager::getBackend();
|
||||
$r = StorageManager::move($current);
|
||||
$this->out(sprintf("Moved %d files", $r));
|
||||
$this->out(sprintf('Moved %d files', $r));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue