You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/JsonEncoder.php
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -67,18 +67,4 @@ public function supportsDecoding($format)
67
67
{
68
68
returnself::FORMAT === $format;
69
69
}
70
-
71
-
/**
72
-
* Resolves json_last_error message.
73
-
*
74
-
* @return string
75
-
*
76
-
* @deprecated since 2.8, to be removed in 3.0. Use json_last_error_msg() instead.
77
-
*/
78
-
publicstaticfunctiongetLastErrorMessage()
79
-
{
80
-
@trigger_error('The '.__METHOD__.' method is deprecated since version 2.8 and will be removed in 3.0. Use json_last_error_msg() instead.', E_USER_DEPRECATED);
0 commit comments