From 606fea5871a9499a6a3fb5284e14c1f1af606ba4 Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 1 May 2025 11:31:51 +0530 Subject: [PATCH] address comments. --- src/Appwrite/Platform/Workers/Migrations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [];