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