We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201e3b6 commit f2df337Copy full SHA for f2df337
src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php
@@ -1402,7 +1402,7 @@ private function visitClassConstDeclaration(
1402
$description,
1403
);
1404
1405
- if ($this->codebase->analysis_php_version_id >= 8_03_00
+ /*if ($this->codebase->analysis_php_version_id >= 8_03_00
1406
&& !$storage->final
1407
&& $stmt->type === null
1408
) {
@@ -1417,7 +1417,7 @@ private function visitClassConstDeclaration(
1417
),
1418
$suppressed_issues,
1419
1420
- }
+ }*/
1421
1422
if ($exists) {
1423
$existing_constants[$const->name->name] = $constant_storage;
0 commit comments