From: Hypolite Petovan Date: Wed, 17 Jan 2018 20:30:47 +0000 (-0500) Subject: Add documentation about new array syntax X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=379f93831f79f616ada495d7a576c2fa71ce83aa;p=friendica.git Add documentation about new array syntax --- diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index c9aef17754..a5d17a2211 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -64,6 +64,7 @@ Here's a few primers if you are new to Friendica or to the PSR-2 coding standard * Boolean operators are `&&` and `||` for PHP conditions, `AND` and `OR` for SQL queries * No closing PHP tag * No trailing spaces +* Array declarations use the new square brackets syntax 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.