Skip to content

Commit 57539a7

Browse files
Add more callable type hints
1 parent a010329 commit 57539a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer/AbstractNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function setCircularReferenceHandler(callable $circularReferenceHandler)
9797
/**
9898
* Set normalization callbacks.
9999
*
100-
* @param array $callbacks help normalize the result
100+
* @param callable[] $callbacks help normalize the result
101101
*
102102
* @return self
103103
*

0 commit comments

Comments
 (0)