Annotated correct return type for getInEdges()/getOutEdges().

This commit is contained in:
Alexander M. Turek 2019-06-29 18:43:59 +02:00
parent 6eeec6506c
commit 28882f52cb
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class ServiceReferenceGraphNode
/**
* Returns the in edges.
*
* @return array The in ServiceReferenceGraphEdge array
* @return ServiceReferenceGraphEdge[]
*/
public function getInEdges()
{
@ -91,7 +91,7 @@ class ServiceReferenceGraphNode
/**
* Returns the out edges.
*
* @return array The out ServiceReferenceGraphEdge array
* @return ServiceReferenceGraphEdge[]
*/
public function getOutEdges()
{