]> git.mxchange.org Git - friendica.git/commitdiff
Add documentation about new array syntax
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 17 Jan 2018 20:30:47 +0000 (15:30 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 17 Jan 2018 20:30:47 +0000 (15:30 -0500)
doc/Developers-Intro.md

index c9aef17754a72a086ffa47f2dd31958cb5aeb2d4..a5d17a2211efb445810791ccfc8d7728916b64c6 100644 (file)
@@ -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.