]> git.mxchange.org Git - friendica.git/commitdiff
1 phrase per line in doc
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 5 Oct 2016 20:16:33 +0000 (16:16 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 5 Oct 2016 20:16:33 +0000 (16:16 -0400)
doc/Developers-Intro.md

index 2a9d87d764b3ebec30bc72896b88f884c67301b2..b0cd6f5652a9f294c68a42226247b6949675e0e8 100644 (file)
@@ -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 <file or folder> --level=psr2