Skip to content

Commit

Permalink
Update 5-2-migration-guide.rst (#8000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Feb 22, 2025
1 parent 9f462fc commit 65e0719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/appendices/5-2-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Datasource
- The ability to cast an ``EntityInterface`` instance to string has been deprecated.
You should ``json_encode()`` the entity instead.

Event
-----

- Returning values from event listeners / callbacks is deprecated. Use ``$event->setResult()``
instead or ``$event->stopPropogation()`` to just stop the event propogation.

View
----

Expand Down

0 comments on commit 65e0719

Please sign in to comment.