Libraries tagged by psa
weirdan/psalm-plugin-skeleton
282 Downloads
Template to create psalm-plugin projects from
webgriffe/psalm-plugin-magento2
10 Downloads
Psalm plugin that stops UnusedClass/UnusedMethod false positives on Magento 2 framework-instantiated classes (Controllers, Blocks, Observers, Cron jobs, Plugins, Setup Patches, Console Commands)
webgriffe/psalm-dist
8 Downloads
Psalm phar distribution for Webgriffe projects
visma/magento2-psalm
908 Downloads
Psalm plugin for Magento 2
typhoon/psalm-plugin
1065 Downloads
Typhoon Psalm Plugin
tuncay/psalm-wp-taint
422 Downloads
A psalm plugin that adds stubs for psalm to define custom taint sinks for wordpress projects
the-toster/psalm-jms-serializer
31627 Downloads
Add return type typehints to deserialization methods
struggle-for-php/sfp-psalm-typed-local-variable-plugin
478 Downloads
finding mismatch type assignment in function/method scope with psalm
someniatko/result-type-psalm-plugin
1173 Downloads
Psalm plugin for someniatko/result-type library
shimabox/psap
16 Downloads
PSAP (PHP SAP) measures Stable Abstractions Principle metrics for PHP codebases.
runtothefather/doctrine-psalm-plugin
6320 Downloads
Repository resolver to show psalm how to resolve getRepository method
rasuvaeff/understudy-psalm
8 Downloads
Psalm plugin for the understudy test double library: matcher-aware setup closures and misuse diagnostics
orklah/psalm-use-constants
11029 Downloads
Fix the code to use existing constants instead of literals when available
orklah/psalm-type-setters-params
596 Downloads
Use property type to fix param in the setter
orklah/psalm-elvis-begone
10135 Downloads
Replace Elvis operator (?:) by null coalesce operator (??) when applicable