chore: cgl cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ final class ServiceLabelFormatter
|
||||
return $fallbackLabel;
|
||||
}
|
||||
|
||||
if (!($service instanceof Service)) {
|
||||
if (!$service instanceof Service) {
|
||||
return $fallbackLabel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user