1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00

undefined param

This commit is contained in:
orklah 2021-09-25 16:31:48 +02:00
parent 0780b85c30
commit ddcd2e6930

View File

@ -32,8 +32,6 @@ class Shepherd implements \Psalm\Plugin\EventHandler\AfterAnalysisInterface
{
/**
* Called after analysis is complete
*
* @param array<string, list<IssueData>> $issues
*/
public static function afterAnalysis(
AfterAnalysisEvent $event