From 94a6e9c8b7113d938f7ce00a2079a0281fee9789 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 16 Oct 2019 08:50:29 -0400 Subject: [PATCH] Clarify quotation style in doc/Developers-Intro --- doc/Developers-Intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index d7f3f81fe6..ae9a856b8e 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -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 trailing spaces * 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. There are a few tools you can use to check or fix your files before you commit.