Skip to content

Commit dde84bc

Browse files
Merge branch '5.4' into 6.2
* 5.4: [DoctrineBridge] Work around "Doctrine\DBAL\Connection::getEventManager()" deprecations [Routing] Fix Psalm [Lock] Fix sprintf Fix Crawler::filter throw phpdoc
2 parents 328bc37 + d2aefa5 commit dde84bc

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
@@ -698,7 +698,7 @@ public function filterXPath(string $xpath): static
698698
*
699699
* This method only works if you have installed the CssSelector Symfony Component.
700700
*
701-
* @throws \RuntimeException if the CssSelector Component is not available
701+
* @throws \LogicException if the CssSelector Component is not available
702702
*/
703703
public function filter(string $selector): static
704704
{

0 commit comments

Comments
 (0)