mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix formatting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user