From d3bd83eac4fc063a2ef18d2d92567e0df5c2a5d5 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 25 Jun 2024 18:12:21 +0200 Subject: [PATCH] Lint fixes --- includes/Infrastructure/ServiceBasedPlugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Infrastructure/ServiceBasedPlugin.php b/includes/Infrastructure/ServiceBasedPlugin.php index 4eb0d75b66ee..1542912a4374 100644 --- a/includes/Infrastructure/ServiceBasedPlugin.php +++ b/includes/Infrastructure/ServiceBasedPlugin.php @@ -576,6 +576,8 @@ protected function validate_services( array $services ): array { } /** + * Validated services. + * * @phpstan-var array> $services */ return $services;