1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Cleanup outdated comment

This commit is contained in:
Andrii Dembitskyi 2022-11-11 03:05:09 +02:00
parent c613e47c55
commit 5704087422

View File

@ -1378,7 +1378,7 @@ class ClassLikeNodeScanner
$stmt->expr,
$this->aliases,
$this->file_scanner,
$storage->constants, // enum case value expressions cannot reference constants
$storage->constants,
$fq_classlike_name
);