php.package.health
composer.json
.Package | Status | |
---|---|---|
orklah/doctrine-typed-results | ||
orklah/psalm-elvis-begone | Replace Elvis operator (?:) by null coalesce operator (??) when applicable | |
orklah/psalm-insane-comparison | Detects possible insane comparison ("string" == 0) to help migrate to PHP8 | |
orklah/psalm-not-empty | Automatically change empty() into a more explicit expression | |
orklah/psalm-strict-equality | Automatically change == into === when safe | |
orklah/psalm-strict-numeric-cast | Restrict the use of (int) and (float) to numeric-string only | |
orklah/psalm-strict-types | Adds strict_types declaration when the file is provably safe | |
orklah/psalm-strict-types-empty-class | Add declaration of strict_types in empty class | |
orklah/psalm-strict-visibility | A Psalm plugin to detect calling private or protected method via proxy | |
orklah/psalm-type-setters-params | Use property type to fix param in the setter | |
orklah/psalm-use-constants | Fix the code to use existing constants instead of literals when available |