Namespace PHPStan\Collectors

Classes
CollectedData
Interfaces
Collector

This is the interface custom collectors implement. To register it in the configuration file use the phpstan.collector service tag: ``` services: - class: App\MyCollector tags: - phpstan.collector