samlitowitz/psalm-no-variables-in-strings

Do not allow variables in strings

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

This package is auto-updated.

Last update: 2024-04-09 01:49:48 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.