samlitowitz / psalm-no-variables-in-strings
Do not allow variables in strings
Installs: 821
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:psalm-plugin
Requires
- vimeo/psalm: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.2
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2024-11-09 03:01:35 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.