mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fix code style
This commit is contained in:
@@ -227,7 +227,7 @@ final class StandardTagFactory implements TagFactory
|
||||
try {
|
||||
/** @var callable $callable */
|
||||
$callable = [$handlerClassName, 'create'];
|
||||
$tag = call_user_func_array($callable, $arguments);
|
||||
$tag = call_user_func_array($callable, $arguments);
|
||||
return $tag ?? InvalidTag::create($body, $name);
|
||||
} catch (InvalidArgumentException $e) {
|
||||
return InvalidTag::create($body, $name)->withError($e);
|
||||
|
||||
Reference in New Issue
Block a user