[DomCrawler] Fix @throws

This commit is contained in:
Kévin Dunglas 2019-08-24 00:39:04 +02:00
parent 94bd4023eb
commit a414c0323a
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -1209,7 +1209,7 @@ class Crawler implements \Countable, \IteratorAggregate
}
/**
* @throws \RuntimeException If the CssSelector Component is not available
* @throws \LogicException If the CssSelector Component is not available
*/
private function createCssSelectorConverter(): CssSelectorConverter
{