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