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 c5d9dc6 commit a3e1ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- What to scan -->
<file>.</file>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>.history</exclude-pattern>
<!-- How to scan -->
<!-- Usage instructions: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage -->
<!-- Annotated ruleset: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
Expand Down
5 changes: 2 additions & 3 deletions src/Infrastructure/ServiceRegister.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ public static function getInstance(): ServiceRegister

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

0 comments on commit a3e1ce8

Please sign in to comment.