Skip to content

Commit

Permalink
Remove psalm documentation and leave ref to the fp4php/function-psalm…
Browse files Browse the repository at this point in the history
…-plugin
  • Loading branch information
klimick committed May 22, 2023
1 parent cabed4b commit 28d4b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 375 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@ PHP Functional Programming library. Monads and common use functions.

### Composer

Supported installation method is via [composer](https://getcomposer.org):

```console
$ composer require fp4php/functional
```

### Enable psalm plugin (optional)

Read more about [plugin](doc/Psalm.md).
### Psalm integration

```console
$ composer require --dev fp4php/functional-psalm-plugin
$ vendor/bin/psalm-plugin enable Fp\PsalmPlugin\FunctionalPlugin
```
Please refer to the [fp4php/functional-psalm-plugin](https://github.com/fp4php/functional-psalm-plugin) repository.

## Overview
Typesafe and concise.
Expand Down
368 changes: 0 additions & 368 deletions src/Doc/Md/Psalm/1_PsalmSupport.md

This file was deleted.

0 comments on commit 28d4b0f

Please sign in to comment.