1
0
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:
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 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
{
/**