8000 Fix PHP-CS link by nicoweb · Pull Request #11565 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix PHP-CS link #11565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix PHP-CS link
Currently, It is a redirect link (http://cs.sensiolabs.org => https://cs.symfony.com)
  • Loading branch information
nicoweb authored and OskarStark committed May 13, 2019
commit f22d2d54d6bf3ad377e814a6f728d30a530a0bc8
2 changes: 1 addition & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ License
* Symfony is released under the MIT license, and the license block has to be
present at the top of every PHP file, before the namespace.

.. _`PHP CS Fixer tool`: http://cs.sensiolabs.org/
.. _`PHP CS Fixer tool`: https://cs.symfony.com/
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0/
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
Expand Down
0