[PR #9135] Regenerate Psalm baseline #11393

Closed
opened 2026-01-22 16:10:38 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9135

State: closed
Merged: Yes


After the latest Doctrine Common release, a new error popped up in Psalm:

ERROR: PossiblyUndefinedMethod - lib/Doctrine/ORM/UnitOfWork.php:2875:44 - Method (Doctrine\Common\Proxy\Proxy<object>&Doctrine\Common\Proxy\Proxy<object>)::addPropertyChangedListener does not exist (see https://psalm.dev/108)
                                $newValue->addPropertyChangedListener($this);

This looks like a false positive to me, so I decided to regenerate the Psalm baseline to make the build green again.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9135 **State:** closed **Merged:** Yes --- After the latest Doctrine Common release, a new error popped up in Psalm: ``` ERROR: PossiblyUndefinedMethod - lib/Doctrine/ORM/UnitOfWork.php:2875:44 - Method (Doctrine\Common\Proxy\Proxy<object>&Doctrine\Common\Proxy\Proxy<object>)::addPropertyChangedListener does not exist (see https://psalm.dev/108) $newValue->addPropertyChangedListener($this); ``` This looks like a false positive to me, so I decided to regenerate the Psalm baseline to make the build green again.
admin added the pull-request label 2026-01-22 16:10:38 +01:00
admin closed this issue 2026-01-22 16:10:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11393