You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the main branch.
Discussion
----------
Don't output errors
This change is needed because otherwise, this happens:
https://github.com/doctrine/rst-parser/blob/54024026d64fff84de645537015e30709a123ab1/lib/ErrorManager.php#L27-L29
This `echo` outputs the errors to the console, which is not that bad ... but also to the webpage contents (e.g. when using #109 to parse RST blog posts).
We manage the build results and the errors explicitly, so we don't need this for Symfony docs. Thanks!
Commits
-------
e8e6ee2 Don't output errors
0 commit comments