mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
fix: psalm issue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
bd5dfd0b5f
commit
3593d9b631
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ class Manager implements IManager {
|
|||
} catch(\OCP\Files\NotFoundException) {
|
||||
$folder = $this->appData->newFolder('audio2text');
|
||||
}
|
||||
/** @var SimpleFile $file */
|
||||
/** @var SimpleFile $simpleFile */
|
||||
$simpleFile = $folder->newFile(time() . '-' . rand(0, 100000), $input['input']->getContent());
|
||||
$id = $simpleFile->getId();
|
||||
/** @var File $file */
|
||||
|
|
|
|||
Loading…
Reference in a new issue