From f22d2d54d6bf3ad377e814a6f728d30a530a0bc8 Mon Sep 17 00:00:00 2001 From: Nicolas LEFEVRE Date: Mon, 13 May 2019 05:34:37 +0200 Subject: [PATCH] Fix PHP-CS link Currently, It is a redirect link (http://cs.sensiolabs.org => https://cs.symfony.com) --- contributing/code/standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index cb278fc49ec..6a8bb939224 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -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/