updated core and modules
This commit is contained in:
@@ -25,8 +25,6 @@ class ServiceReferenceGraphEdge
|
||||
private $value;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param ServiceReferenceGraphNode $sourceNode
|
||||
* @param ServiceReferenceGraphNode $destNode
|
||||
* @param string $value
|
||||
@@ -41,7 +39,7 @@ class ServiceReferenceGraphEdge
|
||||
/**
|
||||
* Returns the value of the edge.
|
||||
*
|
||||
* @return ServiceReferenceGraphNode
|
||||
* @return string
|
||||
*/
|
||||
public function getValue()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user