fix: alphabetize imports, update phpstan baseline count for migrations tests

This commit is contained in:
Prem Palanisamy
2026-03-30 17:24:58 +01:00
parent 8be7c6182e
commit a80ecd0cb6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,8 +28,8 @@ use Utopia\Http\Http;
use Utopia\Migration\Resource;
use Utopia\Migration\Sources\Appwrite;
use Utopia\Migration\Sources\CSV;
use Utopia\Migration\Sources\JSON;
use Utopia\Migration\Sources\Firebase;
use Utopia\Migration\Sources\JSON;
use Utopia\Migration\Sources\NHost;
use Utopia\Migration\Sources\Supabase;
use Utopia\Migration\Transfer;
+2 -2
View File
@@ -1537,13 +1537,13 @@ parameters:
-
message: '#^Anonymous function has an unused use \$databaseId\.$#'
identifier: closure.unusedUse
count: 5
count: 6
path: tests/e2e/Services/Migrations/MigrationsConsoleClientTest.php
-
message: '#^Anonymous function has an unused use \$tableId\.$#'
identifier: closure.unusedUse
count: 5
count: 6
path: tests/e2e/Services/Migrations/MigrationsConsoleClientTest.php
-