Skip to content

Commit f2df337

Browse files
committed
Temporarily disable MissingClassConstType
1 parent 201e3b6 commit f2df337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ private function visitClassConstDeclaration(
14021402
$description,
14031403
);
14041404

1405-
if ($this->codebase->analysis_php_version_id >= 8_03_00
1405+
/*if ($this->codebase->analysis_php_version_id >= 8_03_00
14061406
&& !$storage->final
14071407
&& $stmt->type === null
14081408
) {
@@ -1417,7 +1417,7 @@ private function visitClassConstDeclaration(
14171417
),
14181418
$suppressed_issues,
14191419
);
1420-
}
1420+
}*/
14211421

14221422
if ($exists) {
14231423
$existing_constants[$const->name->name] = $constant_storage;

0 commit comments

Comments
 (0)