Skip to content

Commit 4639417

Browse files
committed
[TASK] Add Selector/Combinator class
1 parent f78fca5 commit 4639417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Property/Selector/SelectorComponent.php renamed to src/Property/Selector/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Selectors/Selector_structure
2121
* @see https://www.w3.org/TR/selectors-4/#structure
2222
*/
23-
interface SelectorComponent
23+
interface Component
2424
{
2525
/**
2626
* @return non-empty-string

0 commit comments

Comments
 (0)