1 phrase per line in doc

This commit is contained in:
Hypolite Petovan 2016-10-05 16:16:33 -04:00
부모 077f69d00d
커밋 27f5e0343a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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