Skip to content

Suppress MissingClassConstType Psalm issue - #14

Merged
Chrico merged 1 commit into
mainfrom
gmazzap-no-psalm-constant-type
Aug 4, 2026
Merged

Suppress MissingClassConstType Psalm issue#14
Chrico merged 1 commit into
mainfrom
gmazzap-no-psalm-constant-type

Conversation

@gmazzap

@gmazzap gmazzap commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Class constant types are a PHP 8.3 functionality, which we can not enforce because the min PHP requirement is 7.4.

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix


What is the current behavior? (You can also link to an open issue here)

Missing constant types are reported as error by Psalm when running for PHP 8.3


What is the new behavior (if this is a feature change)?

Missing constant types are bot reported as error by Psalm


Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No


Security impact

N/A

What changed (security perspective):

Testing done:

Residual risk (link Jira if any):


Other information

N/A

Class constant types are a PHP 8.3 funcionality, which we can not enforce because the min PHP requirement is 7.4.

Signed-off-by: Giuseppe Mazzapica <g.mazzapica@inpsyde.com>
@gmazzap
gmazzap requested a review from a team August 4, 2026 11:10
@Chrico
Chrico merged commit 494e7f4 into main Aug 4, 2026
32 checks passed
@Chrico
Chrico deleted the gmazzap-no-psalm-constant-type branch August 4, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants