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 68cb064 commit c5c89deCopy full SHA for c5c89de
src/CssFromHTMLExtractor.php
@@ -56,7 +56,7 @@ public function __construct(Cache $resultCache = null)
56
$this->cssConverter = new CssSelectorConverter();
57
58
$this->resultCache = is_null($resultCache) ? new ArrayCache() : $resultCache;
59
- $this->cachedRules = (array)$resultCache->fetch('cachedRules');
+ $this->cachedRules = (array)$this->resultCache->fetch('cachedRules');
60
}
61
62
public function getCssStore()
0 commit comments