mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(TextToImage): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
9b7f63946f
commit
ab856a5c78
2 changed files with 2 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ class Manager implements IManager {
|
|||
* @param string $appId
|
||||
* @param string|null $identifier
|
||||
* @return Task[]
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
public function getUserTasksByApp(?string $userId, string $appId, ?string $identifier = null): array {
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ interface IManager {
|
|||
* @param string|null $identifier
|
||||
* @return Task[]
|
||||
* @since 28.0.0
|
||||
* @throws RuntimeException If the query failed
|
||||
*/
|
||||
public function getUserTasksByApp(?string $userId, string $appId, ?string $identifier = null): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue