We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfd69d commit b3bedafCopy full SHA for b3bedaf
src/Exporter/Graph.php
@@ -59,13 +59,7 @@ public function getTraverser(): TraverserInterface
59
}
60
61
/**
62
- * Export a node into a Graph.
63
- *
64
- * @param \drupol\phptree\Node\ValueNodeInterface $node
65
- * The node.
66
67
- * @return \Fhaculty\Graph\Graph
68
- * The graph.
+ * {@inheritdoc}
69
*/
70
public function export(ValueNodeInterface $node): OriginalGraph
71
{
src/Exporter/Text.php
@@ -12,13 +12,7 @@
12
class Text implements ExporterInterface
13
14
15
- * Export the node in a string.
16
17
18
19
20
- * @return string
21
- * The string.
22
23
public function export(ValueNodeInterface $node): string
24
0 commit comments