mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
address comments.
This commit is contained in:
parent
d137b41c0b
commit
606fea5871
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@ class Migrations extends Action
|
|||
protected Document $project;
|
||||
|
||||
/**
|
||||
* Accessed on cloud for telemetry.
|
||||
* Cached for performance.
|
||||
*
|
||||
* @type array<string, int>
|
||||
* @var array<string, int>
|
||||
*/
|
||||
private array $sourceReport = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue