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 040c7f4 commit e4b8c06Copy full SHA for e4b8c06
src/microhtml.php
@@ -6,7 +6,7 @@
6
7
/**
8
* @phpstan-type Attrs array<string,string|\Stringable|null|bool|int|float>
9
- * @phpstan-type Child \MicroHTML\HTMLElement|string|\Stringablenull|bool|int|float
+ * @phpstan-type Child \MicroHTML\HTMLElement|string|\Stringable|null|bool|int|float
10
* @phpstan-type Arg Attrs|Child
11
*/
12
class HTMLElement
0 commit comments