Skip to content

Commit 261eb1b

Browse files
authored
[CLEANUP] Make a type annotation more specific (#1143)
1 parent 6e9d010 commit 261eb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Property/AtRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface AtRule extends Renderable, Commentable
1313
* Since there are more set rules than block rules,
1414
* we’re whitelisting the block rules and have anything else be treated as a set rule.
1515
*
16-
* @var string
16+
* @var non-empty-string
1717
*
1818
* @internal since 8.5.2
1919
*/

0 commit comments

Comments
 (0)