Fix formatting

This commit is contained in:
Matej Bačo
2026-01-02 16:34:20 +01:00
parent c4c260f3cf
commit 807bb0039a
2 changed files with 2 additions and 2 deletions
@@ -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;
}