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 7842530 commit 6464ee5Copy full SHA for 6464ee5
CHANGELOG.md
@@ -21,6 +21,7 @@ Please also have a look at our
21
22
### Changed
23
24
+- Mark `Selector::isValid()` as `@internal` (#1037)
25
- Mark parsing-related methods of most CSS elements as `@internal` (#908)
26
- Mark `OutputFormat::nextLevel()` as `@internal` (#901)
27
- Only allow `string` for some `OutputFormat` properties (#885)
src/Property/Selector.php
@@ -78,6 +78,8 @@ class Selector
78
* @param string $selector
79
*
80
* @return bool
81
+ *
82
+ * @internal since V8.8.0
83
*/
84
public static function isValid($selector)
85
{
0 commit comments