Skip to content

someniatko/php-result-type-psalm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Someniatko Result Type Psalm Plugin

Provides more precise type support for Result::all() of someniatko/result-type lib.

Supports Psalm 5 and PHP 7.4+.

Installation

composer require --dev someniatko/result-type-psalm-plugin

Then add to your psalm.xml:

<psalm>
    <!-- other stuff -->
    <plugins>
        <!-- other plugins -->
        <pluginClass class="Someniatko\ResultTypePsalmPlugin\Plugin"/>
    </plugins>
</psalm>

About

Psalm plugin for someniatko/result-type PHP library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages