1
0
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:
Matthew Brown 2016-11-21 15:39:04 -05:00 committed by GitHub
parent 9befca8c31
commit 4514006d42

View File

@ -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
{ {
/** /**