formatting
parent
c7dc5af2d9
commit
4c50cc011d
|
@ -31,12 +31,12 @@ class SignatureInformationFactory
|
|||
public function create(FunctionLike $node): SignatureInformation
|
||||
{
|
||||
$params = $this->createParameters($node);
|
||||
$label = $this->createLabel($params);
|
||||
return new SignatureInformation(
|
||||
$label,
|
||||
$params,
|
||||
$this->definitionResolver->getDocumentationFromNode($node)
|
||||
);
|
||||
$label = $this->createLabel($params);
|
||||
return new SignatureInformation(
|
||||
$label,
|
||||
$params,
|
||||
$this->definitionResolver->getDocumentationFromNode($node)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue