Failed Conditions
Pull Request — master (#363)
by Florian
03:15
created
functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -216,6 +216,9 @@
 block discarded – undo
216 216
 ########################################################################
217 217
 // used in get_tree_at_depth
218 218
 ########################################################################
219
+/**
220
+ * @param boolean $correct_arrow
221
+ */
219 222
 function tree_check_array($array_check, $array_add, $correct_arrow) {
220 223
 	$count = count($array_check);
221 224
 	$i = 0;
Please login to merge, or discard this patch.