Skip to content

Commit

Permalink
bug #550 Fix build on 1.10 (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

based on #546 comment


Commits
-------

0e73548 Fix build on 1.10
  • Loading branch information
GSadee authored Jan 3, 2023
2 parents f85f132 + 0e73548 commit ad2f094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
</errorLevel>
</ArgumentTypeCoercion>

<DeprecatedClass>
<errorLevel type="info">
<referencedClass name="Doctrine\ORM\Event\LifecycleEventArgs" /> <!-- deprecated in doctrine/orm 2.14 -->
</errorLevel>
</DeprecatedClass>

<DeprecatedMethod>
<errorLevel type="suppress">
<referencedMethod name="Symfony\Component\EventDispatcher\Event::isPropagationStopped" />
Expand Down

0 comments on commit ad2f094

Please sign in to comment.