We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aee75 commit 4a94825Copy full SHA for 4a94825
src/Contracts/Contentable.php
@@ -7,7 +7,7 @@
7
interface Contentable
8
{
9
/**
10
- * @param string[] $content
+ * @param array<string|Stringable> $content
11
*/
12
public static function __callStatic(
13
string $name,
0 commit comments