From c27f195842695d6ba8bbf7775a04c52392e7c466 Mon Sep 17 00:00:00 2001 From: Michiel Missotten Date: Thu, 25 Feb 2021 17:35:59 +0100 Subject: [PATCH] Update link to PHPCSFixer Website moved from the sensiolabs.com domain to symfony.com domain. --- _posts/02-01-01-Code-Style-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/02-01-01-Code-Style-Guide.md b/_posts/02-01-01-Code-Style-Guide.md index ec11f8e..4e70338 100644 --- a/_posts/02-01-01-Code-Style-Guide.md +++ b/_posts/02-01-01-Code-Style-Guide.md @@ -66,5 +66,5 @@ Finally, a good supplementary resource for writing clean PHP code is [Clean Code [phpcs]: https://pear.php.net/package/PHP_CodeSniffer/ [phpcbf]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Fixing-Errors-Automatically [st-cs]: https://github.com/benmatselby/sublime-phpcs -[phpcsfixer]: https://cs.sensiolabs.org/ +[phpcsfixer]: https://cs.symfony.com/ [cleancode]: https://github.com/jupeter/clean-code-php