Completed
Push — master ( dfc8a8...b88b69 )
by Yann
02:12
created
src/Models/Node.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,6 @@
 block discarded – undo
352 352
 	/**
353 353
 	 * Return the list of children of the current node.
354 354
 	 * 
355
-	 * @param NodeList $children : The list of children node.
356 355
 	 */
357 356
 	public function getChildren() {
358 357
 		return $this->children;
Please login to merge, or discard this patch.