diff --git a/en/appendices/5-2-migration-guide.rst b/en/appendices/5-2-migration-guide.rst index 8cfa6ff7e9..4cc1448b6e 100644 --- a/en/appendices/5-2-migration-guide.rst +++ b/en/appendices/5-2-migration-guide.rst @@ -27,6 +27,11 @@ Console - ``Arguments::getMultipleOption()`` is deprecated. Use ``getArrayOption()`` instead. +Datasource +---------- + +- The ability to cast an ``EntityInterface`` instance to string has been deprecated. + You should ``json_encode()`` the entity instead. View ----