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 78856ce commit 88aa63cCopy full SHA for 88aa63c
Normalizer/GetSetMethodNormalizer.php
@@ -41,9 +41,9 @@ class GetSetMethodNormalizer extends SerializerAwareNormalizer implements Normal
41
protected $camelizedAttributes = array();
42
43
/**
44
- * Set normalization callbacks
+ * Set normalization callbacks.
45
*
46
- * @param array $callbacks help normalize the result
+ * @param callable[] $callbacks help normalize the result
47
48
* @throws InvalidArgumentException if a non-callable callback is set
49
*/
0 commit comments