samlitowitz / psalm-no-double-quoted-strings
Do not allow double-quoted strings
Package info
github.com/samlitowitz/psalm-no-double-quoted-strings
Type:psalm-plugin
pkg:composer/samlitowitz/psalm-no-double-quoted-strings
dev-master
2019-12-08 16:14 UTC
Requires
- vimeo/psalm: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.2
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2026-02-20 16:40:42 UTC
README
PSalm plugin to detect double quoted strings.
Install
composer require samlitowitz/psalm-no-double-quoted-strings --dev
Use
To enable
psalm-plugin enable samlitowitz/psalm-no-double-quoted-strings
To disable
psalm-plugin disable samlitowitz/psalm-no-double-quoted-strings
See Psalms documentation for more information.