mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
PHP 7.4 fix - Ensure the existence of the 'args' key.
This commit is contained in:
@@ -104,6 +104,7 @@ final class InvalidTag implements Tag
|
||||
do {
|
||||
$trace = array_map(
|
||||
static function (array $call) use ($flatten) : array {
|
||||
$call += ['args' => []];
|
||||
array_walk_recursive($call['args'], $flatten);
|
||||
|
||||
return $call;
|
||||
|
||||
Reference in New Issue
Block a user