Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last PHP 8.1 chores #2560

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Stop suppressing UndefinedAttributeClass
  • Loading branch information
malarzm committed Oct 26, 2023
commit e54fece4cf23d986fa0b607c7aca78dfd3ab4d1d
6 changes: 0 additions & 6 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
</errorLevel>
</UndefinedConstant>

<UndefinedAttributeClass>
<errorLevel type="suppress">
<!-- Remove it when using PHP 8.1 for running Psalm -->
<referencedClass name="ReturnTypeWillChange" />
</errorLevel>
</UndefinedAttributeClass>
<InvalidReturnType>
<errorLevel type="suppress">
<!-- Remove it when dropping support for doctrine/collections v1 -->
Expand Down