mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix test
This commit is contained in:
parent
8c491e93e8
commit
d6b75057a4
@ -333,6 +333,7 @@ class DocumentationTest extends TestCase
|
||||
$all_shortcodes = [];
|
||||
|
||||
foreach ($all_issues as $issue_type) {
|
||||
/** @var class-string $issue_class */
|
||||
$issue_class = '\\Psalm\\Issue\\' . $issue_type;
|
||||
/** @var int $shortcode */
|
||||
$shortcode = $issue_class::SHORTCODE;
|
||||
|
Loading…
Reference in New Issue
Block a user