Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit bd4ac43

Browse files
committed
phpdoc tweaks
1 parent 60eb799 commit bd4ac43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tree/TreeInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ interface TreeInterface
1616
* Returns an array representation of children nodes of a node
1717
*
1818
* @param string $path The path of any PHPCR node
19+
*
1920
* @return array children list
2021
*/
2122
public function getChildren($path);
@@ -42,6 +43,7 @@ public function move($id, $target);
4243
* @param string $moved the id of the child being moved
4344
* @param string $target the id of the target node
4445
* @param bool $before insert before or after the target
46+
*
4547
* @return void
4648
*/
4749
public function reorder($parent, $moved, $target, $before);
@@ -57,7 +59,7 @@ public function getAlias();
5759
* Get an array describing the available node types
5860
*
5961
* Example:
60-
*
62+
* TODO
6163
*
6264
* @return array
6365
*/

0 commit comments

Comments
 (0)