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 is really easy to fix: just update the Sphinx Extensions for PHP and Symfony dependency on the documentation build server.
It will include the fabpot/sphinx-php@a9d5ec5 commit made by @weaverryan and make all links work fine.
I tried it on my local machine and the generated doc links work fine.
The text was updated successfully, but these errors were encountered:
On the generated Symfony HTML documentation, all links pointing to a specific method of the Symfony API have a wrong anchor name.
Example:
replace()
link to theParameterBag
API.Result: landing page is http://api.symfony.com/2.1/Symfony/Component/HttpFoundation/ParameterBag.html#replace() and the vertical scroller is at the top of the page
Expected result: landing page should be http://api.symfony.com/2.1/Symfony/Component/HttpFoundation/ParameterBag.html#method_replace and the vertical scroller should be positioned on the correct method
This is really easy to fix: just update the Sphinx Extensions for PHP and Symfony dependency on the documentation build server.
It will include the fabpot/sphinx-php@a9d5ec5 commit made by @weaverryan and make all links work fine.
I tried it on my local machine and the generated doc links work fine.
The text was updated successfully, but these errors were encountered: