Skip to content

Commit

Permalink
Fix phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Oct 9, 2024
1 parent a3e1ce8 commit 3ef656a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Infrastructure/ServiceRegister.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ public static function getInstance(): ServiceRegister

/**
* Gets service for specified type.
* @template T
*
* @param class-string<T> $type
*
* @return T
*/
*
* @template T
* /
public static function getService(string $type)
{
return self::getInstance()->get($type);
Expand Down

0 comments on commit 3ef656a

Please sign in to comment.