Skip to content

Commit 004f207

Browse files
committed
[DomCrawler] Fix @throws
1 parent 1c7c46e commit 004f207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ private function createSubCrawler($nodes)
12091209
}
12101210

12111211
/**
1212-
* @throws \RuntimeException If the CssSelector Component is not available
1212+
* @throws \LogicException If the CssSelector Component is not available
12131213
*/
12141214
private function createCssSelectorConverter(): CssSelectorConverter
12151215
{

0 commit comments

Comments
 (0)