Failed Conditions
Pull Request — master (#374)
by Michael
02:01
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
 {
221 224
     $count = count($array_check);
Please login to merge, or discard this patch.