Skip to content

Commit 0255293

Browse files
committed
minor #11565 Fix PHP-CS link (nicoweb)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11565). Discussion ---------- Fix PHP-CS link Currently, It is a redirect link (http://cs.sensiolabs.org => https://cs.symfony.com) Commits ------- f22d2d5 Fix PHP-CS link
2 parents c133449 + f22d2d5 commit 0255293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ License
276276
* Symfony is released under the MIT license, and the license block has to be
277277
present at the top of every PHP file, before the namespace.
278278

279-
.. _`PHP CS Fixer tool`: http://cs.sensiolabs.org/
279+
.. _`PHP CS Fixer tool`: https://cs.symfony.com/
280280
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0/
281281
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
282282
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/

0 commit comments

Comments
 (0)