Skip to content
  • Sponsor slevomat/coding-standard

  • Notifications You must be signed in to change notification settings
  • Fork 184

Files

Latest commit

 

History

History
11 lines (7 loc) · 392 Bytes

strings.md

File metadata and controls

11 lines (7 loc) · 392 Bytes

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.