mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Add explanation for plugin
This commit is contained in:
parent
9befca8c31
commit
4514006d42
@ -4,6 +4,10 @@ namespace Psalm\Example\Plugin;
|
|||||||
use PhpParser;
|
use PhpParser;
|
||||||
use Psalm\Checker;
|
use Psalm\Checker;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks all strings to see if they contain references to classes
|
||||||
|
* and, if so, checks that those classes exist
|
||||||
|
*/
|
||||||
class StringChecker extends \Psalm\Plugin
|
class StringChecker extends \Psalm\Plugin
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user