diff --git a/src/Infrastructure/ServiceRegister.php b/src/Infrastructure/ServiceRegister.php index 50118be..1d9f090 100644 --- a/src/Infrastructure/ServiceRegister.php +++ b/src/Infrastructure/ServiceRegister.php @@ -62,7 +62,9 @@ public static function getInstance(): ServiceRegister * Gets service for specified type. * * @template T + * * @param class-string $type + * * @return T */ public static function getService(string $type)