samlitowitz/psalm-no-variables-in-strings

Do not allow variables in strings

Installs: 821

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:psalm-plugin

pkg:composer/samlitowitz/psalm-no-variables-in-strings

dev-master 2019-12-08 16:18 UTC

This package is auto-updated.

Last update: 2025-09-09 04:53:15 UTC


README

Psalm plugin to detect variable expansion in strings.

Install

composer require samlitowitz/psalm-no-variables-in-strings --dev

Use

To enable

psalm-plugin enable samlitowitz/psalm-no-variables-in-strings

To disable

psalm-plugin disable samlitowitz/psalm-no-variables-in-strings

See Psalms documentation for more information.