Commit c41ee0e
committed
minor #11404 Added the $context argument to supports* methods (javiereguiluz)
This PR was merged into the 3.4 branch.
Discussion
----------
Added the $context argument to supports* methods
Fixes #7541.
No need to explain it in details because anyone reading the serializer docs knows what the $context is. Also, no need for "versionadded" directive because it was introduced in Symfony 3.3.
Commits
-------
6760dfc Added the $context argument to supports* methods2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments