Skip to content

Commit bd6e86d

Browse files
elnur-ibrEZADE
and
EZADE
authored
Fixed type error (#699)
Co-authored-by: EZADE <[email protected]>
1 parent e3f0a40 commit bd6e86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Insights/SniffDecorator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(Sniff $sniff, string $dir, array $exclude)
5050
}
5151

5252
/**
53-
* @return array<string>
53+
* @return array<int|string>
5454
*/
5555
public function register(): array
5656
{

0 commit comments

Comments
 (0)