From 807bb0039a911447da10596a65910d21b5c05032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 2 Jan 2026 16:34:20 +0100 Subject: [PATCH] Fix formatting --- .../Platform/Modules/Functions/Http/Functions/Update.php | 2 +- src/Appwrite/Platform/Modules/Sites/Http/Sites/Update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }