From 27f5e0343a07391ad1277fa30bbfca813b7c59b9 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 5 Oct 2016 16:16:33 -0400 Subject: [PATCH] 1 phrase per line in doc --- doc/Developers-Intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 2a9d87d764..b0cd6f5652 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -49,7 +49,9 @@ Programming ###Coding standards -For the sake of consistency between contribution and general code readability, Friendica follows the widespread [PSR-2 coding standards](http://www.php-fig.org/psr/psr-2/). Don't worry, you don't have to know by heart the PSR-2 coding standards. Before comitting your work, you can use the PHP Coding Standard Fixer located in the `util` folder this way: +For the sake of consistency between contribution and general code readability, Friendica follows the widespread [PSR-2 coding standards](http://www.php-fig.org/psr/psr-2/). +Don't worry, you don't have to know by heart the PSR-2 coding standards to start contributing to Friendica. +Before comitting your work, you can use the PHP Coding Standard Fixer located in the `util` folder this way: $> php util/php-cs-fixer.phar fix --level=psr2