Commit cfd328ca by marsuboss

Update core-code-style.md

parent ec0e348a
......@@ -196,7 +196,7 @@ $sql = "SELECT *"
### 5.3 arrays
For arrays we're using PHP 5.3 short array syntax.
For arrays we're using PHP 5.4 short array syntax.
#### Numerically indexed
......@@ -442,4 +442,4 @@ Properties allowing to configure component not to do something should accept val
- use lower case
- use plural form for nouns which represent objects (e.g. validators)
- use singular form for names representing relevant functionality/features (e.g. web)
\ No newline at end of file
- use singular form for names representing relevant functionality/features (e.g. web)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment