Commit b67227b
committed
bug #11613 Remove $context argument from supportsNormalization in example (pskt)
This PR was merged into the 3.4 branch.
Discussion
----------
Remove $context argument from supportsNormalization in example
This PR removes `$context` argument from supportsNormalization() method.
`NormalizerInterface` defines only `$data` and `$format` arguments (see https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php#L51)
Commits
-------
cd1fa25 Remove $context argument from example code1 file changed
+1
-1
lines changed| 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