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.
1 parent 09c8f83 commit b2c5b62Copy full SHA for b2c5b62
CHANGELOG.md
@@ -32,6 +32,7 @@ Please also have a look at our
32
33
### Deprecated
34
35
+- Deprecate greedy calculation of selector specificity (#1018)
36
- Deprecate `__toString()` (#1006)
37
- `OutputFormat` properties for space around list separators as an array (#880)
38
src/Property/Selector.php
@@ -86,7 +86,7 @@ public static function isValid($selector)
86
87
/**
88
* @param string $selector
89
- * @param bool $calculateSpecificity
+ * @param bool $calculateSpecificity @deprecated since V8.8.0, will be removed in V9.0.0
90
*/
91
public function __construct($selector, $calculateSpecificity = false)
92
{
0 commit comments