Skip to content

veewee/pipe-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/veewee/pipe-plugin.git
composer install

Where to find what?

Run analysis

Plugin issue detections

The plugin validates if the types inside the stages of the pipe combinator line up. It also validates the amount of arguments!

./vendor/bin/psalm --no-cache tests/invalid-stages.php
./vendor/bin/psalm --no-cache tests/argument-issues.php

Empty pipe

See vimeo/psalm#7244 Currently, templated arguments are not being resolved in closures / callables For now, we fall back to the built-in types.

php tests/empty-pipe.php
php tests/empty-pipe2.php

./vendor/bin/psalm --no-cache tests/empty-pipe.php
./vendor/bin/psalm --no-cache tests/empty-pipe2.php

Other function-likes:

php ./vendor/bin/psalm --no-cache tests/functionlike.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages