Skip to content

abilogos/atom-linter-phpstan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-linter-phpstan

This linter plugin for Linter provides an interface to PHPStan. It will be used with files that have the "PHP" syntax or PHP embedded within HTML.

Installation

PHPStan installation

Before installing this plugin, you must ensure that phpstan is installed on your system. For detailed instructions see PHPStan Github, the simplified steps are:

  1. Install php.
  2. Install Composer.
  3. Install phpstan by typing the following in a terminal:
composer global require phpstan/phpstan

After verifying that phpstan works from your terminal, proceed to install the atom-linter-phpstan plugin.

Plugin installation

$ apm install atom-linter-phpstan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%