diff --git a/standards/php.md b/standards/php.md index b862ca6..7cf4a0c 100644 --- a/standards/php.md +++ b/standards/php.md @@ -36,10 +36,6 @@ Php code embedded into template files SHOULD use the alternative syntax for cont ``` -## Strings - -Strings must use single quotes `'` instead of `"` unless double quotes are required. - ## Echo when echoing multiple components, don't concat them but use `,`.