Skip to content

Commit ba1dd90

Browse files
authored
[TASK] Rename SelectorComponent to Component (#1486)
It's already in the `Selector` namespace, so having 'Selector' in the name is redundant.
1 parent f78fca5 commit ba1dd90

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)