marartner / psalm-no-empty
Do not allow usage of empty()
Installs: 22 976
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 2
Type:psalm-plugin
Requires
- ext-simplexml: *
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2023-01-15 13:22:14 UTC
README
Psalm plugin to detect usage of empty().
Install
composer require marartner/psalm-no-empty --dev
Use
To enable
psalm-plugin enable marartner/psalm-no-empty
To disable
psalm-plugin disable marartner/psalm-no-empty
See Psalms documentation for more information.