chore: cgl cleanup

This commit is contained in:
Björn Fromme
2026-04-16 13:34:54 +02:00
parent c0cc183c59
commit a927d6bf59
26 changed files with 45 additions and 66 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ final class ServiceLabelFormatter
return $fallbackLabel;
}
if (!($service instanceof Service)) {
if (!$service instanceof Service) {
return $fallbackLabel;
}