D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
slevomat
/
coding-standard
/
doc
/
Filename :
strings.md
back
Copy
## Strings #### SlevomatCodingStandard.Strings.DisallowVariableParsing Disallows variable parsing inside strings. Sniff provides the following settings: * `disallowDollarCurlySyntax`: disallows usage of `${...}`, enabled by default. * `disallowCurlyDollarSyntax`: disallows usage of `{$...}`, disabled by default. * `disallowSimpleSyntax`: disallows usage of `$...`, disabled by default.