Skip to content

Commit 1ee8a74

Browse files
authored
[TASK] Mark Selector::isValid() as @internal (#1040)
This is the V8.x backport of #1037.
1 parent a9fede8 commit 1ee8a74

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
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1111

1212
### Changed
1313

14+
- Mark `Selector::isValid()` as `@internal` (#1037)
1415
- Mark parsing-related methods of most CSS elements as `@internal` (#908)
1516
- Mark `OutputFormat::nextLevel()` as `@internal` (#901)
1617
- Make all non-private properties `@internal` (#886)

src/Property/Selector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ class Selector
8080
* @param string $sSelector
8181
*
8282
* @return bool
83+
*
84+
* @internal since V8.8.0
8385
*/
8486
public static function isValid($sSelector)
8587
{

0 commit comments

Comments
 (0)