File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- [ ![ Latest Stable Version] ( https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/v )] ( //packagist.org/packages/patchlevel/event-sourcing-psalm-plugin )
21[ ![ License] ( https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/license )] ( //packagist.org/packages/patchlevel/event-sourcing-psalm-plugin )
32
4- # event-sourcing-psalm-plugin
3+ # event-sourcing-phpstan-extension
54
6- psalm plugin for [ event-sourcing] ( https://github.com/patchlevel/event-sourcing ) library.
5+ phpstan extension for [ event-sourcing] ( https://github.com/patchlevel/event-sourcing ) library.
76
87## installation
98
109```
11- composer require --dev patchlevel/event-sourcing-psalm-plugin
12- vendor/bin/psalm-plugin enable Patchlevel\\EventSourcingPsalmPlugin\\Plugin
10+ composer require --dev patchlevel/event-sourcing-phpstan-extension
1311```
12+
13+ add the extension to your ` phpstan.neon ` :
14+
15+ ``` neon
16+ includes:
17+ - vendor/patchlevel/event-sourcing-phpstan-extension/extension.neon
18+ ```
You can’t perform that action at this time.
0 commit comments