Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shyim/idea-phpstan-toolbox

PhpStan baseline helper for PhpStorm
https://github.com/shyim/idea-phpstan-toolbox

Last synced: 23 days ago
JSON representation

PhpStan baseline helper for PhpStorm

Awesome Lists containing this project

README

        

# PHPStan Toolbox for PhpStorm

![Build](https://github.com/shyim/idea-phpstan-toolbox/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/19791.svg)](https://plugins.jetbrains.com/plugin/19791)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/19791.svg)](https://plugins.jetbrains.com/plugin/19791)

PHPStan Toolbox indexes the root `phpstan-baseline.neon` and shows in the files that there are errors ignored.
It has also an intention to remove the errors from the baseline

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "idea-phpstan-toolbox" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/shyim/idea-phpstan-toolbox/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---