diff --git a/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php b/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php index 643b946cca..d39ca9d645 100644 --- a/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php +++ b/src/Appwrite/Platform/Modules/Functions/Http/Functions/Update.php @@ -249,7 +249,7 @@ class Update extends Base // TODO: backwards-compatibility dual-read, remove eventually. if ($function->getAttribute('runtimeSpecification', $function->getAttribute('specification')) !== $runtimeSpecification) { $specsChanged = true; - // TODO: backwards-compatibility dual-read, remove eventually. + // TODO: backwards-compatibility dual-read, remove eventually. } elseif ($function->getAttribute('buildSpecification', $function->getAttribute('specification')) !== $buildSpecification) { $specsChanged = true; } diff --git a/src/Appwrite/Platform/Modules/Sites/Http/Sites/Update.php b/src/Appwrite/Platform/Modules/Sites/Http/Sites/Update.php index 37e97c0fdb..fd330f324a 100644 --- a/src/Appwrite/Platform/Modules/Sites/Http/Sites/Update.php +++ b/src/Appwrite/Platform/Modules/Sites/Http/Sites/Update.php @@ -250,7 +250,7 @@ class Update extends Base // TODO: backwards-compatibility dual-read, remove eventually. if ($site->getAttribute('runtimeSpecification', $site->getAttribute('specification')) !== $runtimeSpecification) { $specsChanged = true; - // TODO: backwards-compatibility dual-read, remove eventually. + // TODO: backwards-compatibility dual-read, remove eventually. } elseif ($site->getAttribute('buildSpecification', $site->getAttribute('specification')) !== $buildSpecification) { $specsChanged = true; }