chore: fix phpstan errors
This commit is contained in:
@@ -40,10 +40,6 @@ final class ServiceLabelFormatter
|
||||
return $fallbackLabel;
|
||||
}
|
||||
|
||||
if (!$service instanceof Service) {
|
||||
return $fallbackLabel;
|
||||
}
|
||||
|
||||
return $this->formatServiceLabel($service);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user