From 8a3755684b6f407c6dbc35918d293ac25912dbbb Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Wed, 9 Oct 2024 11:29:40 +0200 Subject: [PATCH] Fix phpcbf --- .phpcs.xml.dist | 1 + src/Infrastructure/ServiceRegister.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index ba99af0..bc878d2 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -4,6 +4,7 @@ . vendor/ + .history diff --git a/src/Infrastructure/ServiceRegister.php b/src/Infrastructure/ServiceRegister.php index 1d9f090..81f956d 100644 --- a/src/Infrastructure/ServiceRegister.php +++ b/src/Infrastructure/ServiceRegister.php @@ -61,11 +61,11 @@ public static function getInstance(): ServiceRegister /** * Gets service for specified type. * - * @template T + * @param class-string $type * - * @param class-string $type + * @template T * - * @return T + * @return T */ public static function getService(string $type) {