Skip to content

Commit b3bedaf

Browse files
committed
Update phpdoc.
1 parent 9dfd69d commit b3bedaf

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/Exporter/Graph.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ public function getTraverser(): TraverserInterface
5959
}
6060

6161
/**
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.
62+
* {@inheritdoc}
6963
*/
7064
public function export(ValueNodeInterface $node): OriginalGraph
7165
{

src/Exporter/Text.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@
1212
class Text implements ExporterInterface
1313
{
1414
/**
15-
* Export the node in a string.
16-
*
17-
* @param \drupol\phptree\Node\ValueNodeInterface $node
18-
* The node.
19-
*
20-
* @return string
21-
* The string.
15+
* {@inheritdoc}
2216
*/
2317
public function export(ValueNodeInterface $node): string
2418
{

0 commit comments

Comments
 (0)