File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function supportsDecoding($format)
59
59
*
60
60
* @return DecoderInterface
61
61
*
62
- * @throws RuntimeException If no decoder is found.
62
+ * @throws RuntimeException if no decoder is found
63
63
*/
64
64
private function getDecoder ($ format )
65
65
{
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ interface NormalizableInterface
27
27
* It is important to understand that the normalize() call should normalize
28
28
* recursively all child objects of the implementor.
29
29
*
30
- * @param NormalizerInterface $normalizer The normalizer is given so that you
31
- * can use it to normalize objects contained within this object.
32
- * @param string|null $format The format is optionally given to be able to normalize differently
33
- * based on different output formats.
34
- * @param array $context Options for normalizing this object
30
+ * @param NormalizerInterface $normalizer the normalizer is given so that you
31
+ * can use it to normalize objects contained within this object
32
+ * @param string|null $format the format is optionally given to be able to normalize differently
33
+ * based on different output formats
34
+ * @param array $context options for normalizing this object
35
35
*
36
36
* @return array|scalar
37
37
*/
You can’t perform that action at this time.
0 commit comments