diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index db156d7798..3e8317e5e6 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -35,9 +35,9 @@ class Migrations extends Action protected Document $project; /** - * Accessed on cloud for telemetry. + * Cached for performance. * - * @type array + * @var array */ private array $sourceReport = [];