We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85c621 commit 24ed534Copy full SHA for 24ed534
en/appendices/5-2-migration-guide.rst
@@ -27,6 +27,11 @@ Console
27
- ``Arguments::getMultipleOption()`` is deprecated. Use ``getArrayOption()``
28
instead.
29
30
+Datasource
31
+----------
32
+
33
+- The ability to cast an ``EntityInterface`` instance to string has been deprecated.
34
+ You should ``json_encode()`` the entity instead.
35
36
View
37
----
0 commit comments