Skip to content

Commit 54f9b11

Browse files
committed
Update MethodParameterFactory.php
1 parent 6a623a4 commit 54f9b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DocBlock/Tags/Factory/MethodParameterFactory.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ private function formatBoolean(bool $defaultValue): string
6565
return var_export($defaultValue, true);
6666
}
6767

68+
/**
69+
* @param array<array, null, int, float, bool, string, object> $defaultValue
70+
* @return string
71+
*/
6872
private function formatArray(array $defaultValue): string
6973
{
7074
$formatedValue = '[';

0 commit comments

Comments
 (0)