Skip to content

Commit 88aa63c

Browse files
committed
unify and fix callable phpdoc throughout symfony
1 parent 78856ce commit 88aa63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Normalizer/GetSetMethodNormalizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class GetSetMethodNormalizer extends SerializerAwareNormalizer implements Normal
4141
protected $camelizedAttributes = array();
4242

4343
/**
44-
* Set normalization callbacks
44+
* Set normalization callbacks.
4545
*
46-
* @param array $callbacks help normalize the result
46+
* @param callable[] $callbacks help normalize the result
4747
*
4848
* @throws InvalidArgumentException if a non-callable callback is set
4949
*/

0 commit comments

Comments
 (0)