Skip to content

Commit 6464ee5

Browse files
committed
[TASK] Mark Selector::isValid() as @internal
1 parent 7842530 commit 6464ee5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Please also have a look at our
2121

2222
### Changed
2323

24+
- Mark `Selector::isValid()` as `@internal` (#1037)
2425
- Mark parsing-related methods of most CSS elements as `@internal` (#908)
2526
- Mark `OutputFormat::nextLevel()` as `@internal` (#901)
2627
- Only allow `string` for some `OutputFormat` properties (#885)

src/Property/Selector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class Selector
7878
* @param string $selector
7979
*
8080
* @return bool
81+
*
82+
* @internal since V8.8.0
8183
*/
8284
public static function isValid($selector)
8385
{

0 commit comments

Comments
 (0)