mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: alphabetize imports, update phpstan baseline count for migrations tests
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user