Skip to content

Commit d2aefa5

Browse files
Fix Crawler::filter throw phpdoc
1 parent 4a286c9 commit d2aefa5

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
@@ -778,7 +778,7 @@ public function filterXPath(string $xpath)
778778
*
779779
* @return static
780780
*
781-
* @throws \RuntimeException if the CssSelector Component is not available
781+
* @throws \LogicException if the CssSelector Component is not available
782782
*/
783783
public function filter(string $selector)
784784
{

0 commit comments

Comments
 (0)