1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
This commit is contained in:
Daniil Gentili 2023-12-01 12:25:30 +01:00
parent 8111319fc3
commit 461cd184e5

View File

@ -191,7 +191,7 @@ abstract class FunctionLikeAnalyzer extends SourceAnalyzer
? $storage->location->file_path
: $this->getFilePath(),
$offset,
$issue_name
$issue_name,
);
}
}