Skip to content

Commit 4a94825

Browse files
committed
fix: Static analysis type reference
1 parent d7aee75 commit 4a94825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/Contentable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
interface Contentable
88
{
99
/**
10-
* @param string[] $content
10+
* @param array<string|Stringable> $content
1111
*/
1212
public static function __callStatic(
1313
string $name,

0 commit comments

Comments
 (0)