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