Skip to content

Commit

Permalink
Annotated correct return type for getInEdges()/getOutEdges().
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jun 29, 2019
1 parent 6eeec65 commit 28882f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function getId()
/**
* Returns the in edges.
*
* @return array The in ServiceReferenceGraphEdge array
* @return ServiceReferenceGraphEdge[]
*/
public function getInEdges()
{
Expand All @@ -91,7 +91,7 @@ public function getInEdges()
/**
* Returns the out edges.
*
* @return array The out ServiceReferenceGraphEdge array
* @return ServiceReferenceGraphEdge[]
*/
public function getOutEdges()
{
Expand Down

0 comments on commit 28882f5

Please sign in to comment.