1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Run Linter

This commit is contained in:
Bradley Schofield 2024-02-08 11:39:33 +00:00
parent 38c0f8ddab
commit d9faa7b9d3

View file

@ -53,11 +53,10 @@ class V17 extends Filter
case 'vcs.listInstallations':
$content = $this->convertOldQueries($content);
break;
}
return $content;
}
function convertOldQueries(array $content): array
{
$parsed = [];