Commit 7e2e19f
committed
minor #110 Don't output errors (javiereguiluz)
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 errors1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments