mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Update MethodParameterFactory.php
This commit is contained in:
@@ -65,6 +65,10 @@ final class MethodParameterFactory
|
|||||||
return var_export($defaultValue, true);
|
return var_export($defaultValue, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array<array, null, int, float, bool, string, object> $defaultValue
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
private function formatArray(array $defaultValue): string
|
private function formatArray(array $defaultValue): string
|
||||||
{
|
{
|
||||||
$formatedValue = '[';
|
$formatedValue = '[';
|
||||||
|
|||||||
Reference in New Issue
Block a user