hectorj/safe-php-psalm-plugin

vimeo/psalm plugin for thecodingmachine/safe

Installs: 92 424

Dependents: 1

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 4

Open Issues: 1

Type:psalm-plugin

v1.4.0 2022-05-21 19:45 UTC

This package is auto-updated.

Last update: 2024-04-21 23:54:34 UTC


README

This is a vimeo/psalm plugin for thecodingmachine/safe.

It applies some Psalm's core functions stubs to their safe versions.

Not all functions thecodingmachine/safe are supported yet. If you have a specific need, don't hesitate to open an issue or a PR.

Installation

composer require --dev hectorj/safe-php-psalm-plugin

And add the plugin to your psalm.xml:

<plugins>
    <pluginClass class="HectorJ\SafePHPPsalmPlugin\Plugin"/>
</plugins>