mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Run Linter
This commit is contained in:
parent
38c0f8ddab
commit
d9faa7b9d3
1 changed files with 1 additions and 2 deletions
|
|
@ -53,11 +53,10 @@ class V17 extends Filter
|
|||
case 'vcs.listInstallations':
|
||||
$content = $this->convertOldQueries($content);
|
||||
break;
|
||||
|
||||
}
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
||||
function convertOldQueries(array $content): array
|
||||
{
|
||||
$parsed = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue