Skip to content

Commit

Permalink
Fixed type error (#699)
Browse files Browse the repository at this point in the history
Co-authored-by: EZADE <[email protected]>
  • Loading branch information
elnur-ibr and EZADE authored Nov 11, 2024
1 parent e3f0a40 commit bd6e86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Insights/SniffDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct(Sniff $sniff, string $dir, array $exclude)
}

/**
* @return array<string>
* @return array<int|string>
*/
public function register(): array
{
Expand Down

0 comments on commit bd6e86d

Please sign in to comment.