Removed string, they are part of general

This commit is contained in:
Dennis Eichhorn 2018-07-31 10:59:46 +02:00 committed by GitHub
parent acb7e74139
commit 1f8dd85173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,6 @@ Php code embedded into template files SHOULD use the alternative syntax for cont
<?php endif; ?>
```
## Strings
Strings must use single quotes `'` instead of `"` unless double quotes are required.
## Echo
when echoing multiple components, don't concat them but use `,`.