Skip to content

redaxo/psalm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psalm Plugin for REDAXO

Installation

composer require --dev redaxo/psalm-plugin
vendor/bin/psalm-plugin enable redaxo/psalm-plugin

The command will add the plugin to psalm.xml:

<psalm>
    <!--  project configuration -->
    <plugins>
        <pluginClass class="Redaxo\PsalmPlugin\Plugin"/>
    </plugins>
</psalm>