We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeec65 commit 28882f5Copy full SHA for 28882f5
src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
@@ -81,7 +81,7 @@ public function getId()
81
/**
82
* Returns the in edges.
83
*
84
- * @return array The in ServiceReferenceGraphEdge array
+ * @return ServiceReferenceGraphEdge[]
85
*/
86
public function getInEdges()
87
{
@@ -91,7 +91,7 @@ public function getInEdges()
91
92
* Returns the out edges.
93
94
- * @return array The out ServiceReferenceGraphEdge array
95
96
public function getOutEdges()
97
0 commit comments