mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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 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
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user