We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Selector::isValid()
@internal
1 parent a9fede8 commit 1ee8a74Copy full SHA for 1ee8a74
CHANGELOG.md
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
11
12
### Changed
13
14
+- Mark `Selector::isValid()` as `@internal` (#1037)
15
- Mark parsing-related methods of most CSS elements as `@internal` (#908)
16
- Mark `OutputFormat::nextLevel()` as `@internal` (#901)
17
- Make all non-private properties `@internal` (#886)
src/Property/Selector.php
@@ -80,6 +80,8 @@ class Selector
80
* @param string $sSelector
81
*
82
* @return bool
83
+ *
84
+ * @internal since V8.8.0
85
*/
86
public static function isValid($sSelector)
87
{
0 commit comments