kopia lustrzana https://github.com/friendica/friendica
Merge pull request #7746 from MrPetovan/task/help-quotation-style
Clarify quotation style in doc/Developers-Intropull/7748/head
commit
813d71f291
|
@ -81,6 +81,7 @@ Here's a few primers if you are new to Friendica or to the PSR-2 coding standard
|
||||||
* No closing PHP tag
|
* No closing PHP tag
|
||||||
* No trailing spaces
|
* No trailing spaces
|
||||||
* Array declarations use the new square brackets syntax
|
* Array declarations use the new square brackets syntax
|
||||||
|
* Quoting style is single quotes by default, except for needed string interpolation, SQL query strings by convention and comments that should stay in natural language.
|
||||||
|
|
||||||
Don't worry, you don't have to know by heart the PSR-2 coding standards to start contributing to Friendica.
|
Don't worry, you don't have to know by heart the PSR-2 coding standards to start contributing to Friendica.
|
||||||
There are a few tools you can use to check or fix your files before you commit.
|
There are a few tools you can use to check or fix your files before you commit.
|
||||||
|
|
Ładowanie…
Reference in New Issue