Skip to content

Conversation

@VincentLanglet
Copy link
Contributor

Q A
Branch? 5.4
Bug fix? not really (phpdoc-fix)
New feature? no
Deprecations? no
Tickets Fix #...
License MIT
Doc PR symfony/symfony-docs#...

The Crawler::filter method is calling

$converter = $this->createCssSelectorConverter();

which is throwing a LogicException since #28536

So the phpdoc should be

@throws \LogicException if the CssSelector Component is not available

and not

@throws \RuntimeException if the CssSelector Component is not available

@fancyweb
Copy link
Contributor

fancyweb commented Jun 5, 2023

Thank you @VincentLanglet.

@fancyweb fancyweb merged commit 3336571 into symfony:5.4 Jun 5, 2023
@VincentLanglet VincentLanglet deleted the fix/phpdoc branch June 5, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants