From: Matthias Schmidt Date: Sat, 20 Jan 2018 18:50:55 +0000 (+0100) Subject: Resolve todo in `IFormDocument::build()` documentation X-Git-Tag: 5.2.0_Alpha_1~841 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=51ccae4b5feb162990d6e76f517e0b569adc06ef;p=GitHub%2FWoltLab%2FWCF.git Resolve todo in `IFormDocument::build()` documentation See #2509 --- diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php index 79717b77fb..c27fbd40d3 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php @@ -25,9 +25,9 @@ interface IFormDocument extends IFormParentNode { /** * Is called once after all nodes have been added to this document. * - * This method is intended to trigger `TODO` to allow nodes to perform actions that - * require the whole document having finished constructing itself and every parent- - * -child relationship being established. + * This method is intended to trigger `IFormNode::populate()` to allow nodes to + * perform actions that require the whole document having finished constructing + * itself and every parent-child relationship being established. * * @return static this document *